@andreyfedkovich/cozy-ui 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/dist-lib/index.d.ts +2 -0
- package/dist-lib/ui-library.cjs.js +46 -0
- package/dist-lib/ui-library.cjs.js.map +1 -0
- package/dist-lib/ui-library.es.js +9067 -0
- package/dist-lib/ui-library.es.js.map +1 -0
- package/package.json +19 -17
- package/dist/index.d.ts +0 -661
- package/dist/ui-library.cjs.js +0 -48
- package/dist/ui-library.cjs.js.map +0 -1
- package/dist/ui-library.es.js +0 -10518
- package/dist/ui-library.es.js.map +0 -1
- /package/{dist → dist-lib}/styles.css +0 -0
package/README.md
CHANGED
|
@@ -16,12 +16,15 @@ Typed end-to-end · SCSS-modules with design tokens · SSR-safe · Tree-shakeabl
|
|
|
16
16
|
npm i @andreyfedkovich/cozy-ui
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
+
**[Live demo →](https://cozy-ui-components.vercel.app)**
|
|
20
|
+
|
|
19
21
|
</div>
|
|
20
22
|
|
|
21
23
|
---
|
|
22
24
|
|
|
23
25
|
## Table of contents
|
|
24
26
|
|
|
27
|
+
- [Live demo](#live-demo)
|
|
25
28
|
- [Why Cozy UI](#why-cozy-ui)
|
|
26
29
|
- [Installation](#installation)
|
|
27
30
|
- [Quick start](#quick-start)
|
|
@@ -46,6 +49,12 @@ npm i @andreyfedkovich/cozy-ui
|
|
|
46
49
|
|
|
47
50
|
---
|
|
48
51
|
|
|
52
|
+
## Live demo
|
|
53
|
+
|
|
54
|
+
Explore every component in the browser: **<https://cozy-ui-components.vercel.app>**
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
49
58
|
## Why Cozy UI
|
|
50
59
|
|
|
51
60
|
- **Premium defaults out of the box.** Soft shadows, generous spacing, calm motion — no theming required to look polished.
|