@umami/react-zen 0.20.0 → 0.22.0

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,6 +16,14 @@ yarn add @umami/react-zen
16
16
 
17
17
  ## Usage
18
18
 
19
+ ### Import styles
20
+
21
+ ```javascript
22
+ import '@umami/react-zen/dist/styles.css';
23
+ ```
24
+
25
+ ### Import components
26
+
19
27
  ```javascript
20
28
  import { Button } from '@umami/react-zen';
21
29