@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 CHANGED
@@ -1,11 +1,12 @@
1
1
  # zen
2
2
 
3
- Zen is UI component library built using [React](https://react.dev/),
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
- [Learn more](https://zen.umami.is/docs)
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