@umami/react-zen 0.15.0 → 0.17.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 +6 -5
- package/dist/index.css +1661 -498
- package/dist/index.d.ts +804 -762
- package/dist/index.js +4536 -3984
- package/dist/index.mjs +3913 -3366
- package/dist/styles.css +3551 -0
- package/package.json +10 -40
- package/dist/zen.css +0 -142
package/README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# zen
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
[React-Aria](https://react-spectrum.adobe.com/react-aria/) and
|
|
5
|
-
[Radix UI](https://www.radix-ui.com/primitives)
|
|
6
|
-
primitives and styled using plain CSS and CSS variables.
|
|
3
|
+
**zen** is a modern, minimalist React component library.
|
|
7
4
|
|
|
8
|
-
[
|
|
5
|
+
- Built on top of [React Aria](https://react-spectrum.adobe.com/react-aria/) and [Radix](https://www.radix-ui.com/primitives) primitives.
|
|
6
|
+
- No Tailwind, pure CSS.
|
|
7
|
+
- Out-of-the-box accessibility.
|
|
8
|
+
|
|
9
|
+
[Learn more](https://zen.umami.is/)
|
|
9
10
|
|
|
10
11
|
## Installation
|
|
11
12
|
|