@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 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.
@@ -0,0 +1,2 @@
1
+ export * from '../dist/lib/index'
2
+ export {}