@umami/react-zen 0.92.0 → 0.94.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 +2 -2
- package/dist/index.css +1221 -966
- package/dist/index.d.ts +20 -21
- package/dist/index.js +221 -184
- package/dist/index.mjs +221 -184
- package/package.json +1 -1
- package/styles.css +1221 -966
package/README.md
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
**zen** is a modern, minimalist React component library.
|
|
4
4
|
|
|
5
|
+
- Beautifully-designed components
|
|
5
6
|
- Built on top of [React Aria](https://react-spectrum.adobe.com/react-aria/) primitives.
|
|
6
7
|
- No Tailwind, pure CSS.
|
|
7
|
-
- Out-of-the-box accessibility.
|
|
8
8
|
|
|
9
9
|
[Learn more](https://zen.umami.is/)
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
13
13
|
```shell
|
|
14
|
-
|
|
14
|
+
npm install @umami/react-zen
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
## Usage
|