@zeturn/watercolor-react 1.1.30 → 1.1.32

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.
Files changed (2) hide show
  1. package/README.md +25 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ # @zeturn/watercolor-react
2
+
3
+ Watercolor UI components for React 18+. Built with TypeScript.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @zeturn/watercolor-react
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```ts
14
+ import '@zeturn/watercolor-react/style.css'
15
+ import { Button } from '@zeturn/watercolor-react'
16
+ ```
17
+
18
+ ## Docs
19
+
20
+ - https://zeturn.github.io/watercolor/docs/
21
+ - Storybook: https://zeturn.github.io/watercolor/react/
22
+
23
+ ## License
24
+
25
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeturn/watercolor-react",
3
- "version": "1.1.30",
3
+ "version": "1.1.32",
4
4
  "type": "module",
5
5
  "main": "dist/watercolor-react.umd.js",
6
6
  "module": "dist/watercolor-react.es.js",