@moondreamsdev/dreamer-ui 1.7.11 → 1.7.12
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 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Dreamer UI
|
|
2
2
|
|
|
3
|
-
A collection of
|
|
3
|
+
A collection of 35+ accessible React components built with Tailwind CSS.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -54,7 +54,7 @@ This configuration allows the Tailwind CSS extension to provide autocomplete and
|
|
|
54
54
|
## Usage
|
|
55
55
|
|
|
56
56
|
```tsx
|
|
57
|
-
import { Button, Input, Textarea } from 'dreamer-ui';
|
|
57
|
+
import { Button, Input, Textarea } from '@moondreamsdev/dreamer-ui/components';
|
|
58
58
|
|
|
59
59
|
function App() {
|
|
60
60
|
return (
|
|
@@ -72,15 +72,6 @@ function App() {
|
|
|
72
72
|
- React 18+
|
|
73
73
|
- Tailwind CSS 4+
|
|
74
74
|
|
|
75
|
-
## Components
|
|
76
|
-
|
|
77
|
-
- **Button** - Various button styles with loading states
|
|
78
|
-
- **Input** - Text inputs with validation states
|
|
79
|
-
- **Textarea** - Multi-line text inputs with auto-expand
|
|
80
|
-
- **RadioGroup** - Accessible radio button groups
|
|
81
|
-
- **Checkbox** - Customizable checkboxes
|
|
82
|
-
- **Label** - Form labels with help text
|
|
83
|
-
|
|
84
75
|
## Contributing
|
|
85
76
|
|
|
86
77
|
Contributions are welcome! Please read our contributing guidelines.
|