meticulous-ui 3.6.5 → 3.6.6
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 +37 -33
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,12 +34,12 @@ npm install react react-dom styled-components
|
|
|
34
34
|
|
|
35
35
|
Unlike many UI libraries, meticulous-ui combines:
|
|
36
36
|
|
|
37
|
-
✅ Components
|
|
38
|
-
✅ Hooks
|
|
39
|
-
✅ Utilities
|
|
40
|
-
✅ Icons
|
|
41
|
-
✅ Tokens
|
|
42
|
-
✅ Tree-shaking
|
|
37
|
+
✅ Components
|
|
38
|
+
✅ Hooks
|
|
39
|
+
✅ Utilities
|
|
40
|
+
✅ Icons
|
|
41
|
+
✅ Tokens
|
|
42
|
+
✅ Tree-shaking
|
|
43
43
|
✅ Styled-components theming
|
|
44
44
|
|
|
45
45
|
One install instead of 5 packages.
|
|
@@ -77,33 +77,37 @@ import blue from 'meticulous-ui/colors/blue';
|
|
|
77
77
|
|
|
78
78
|
## 📦 Components
|
|
79
79
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
80
|
+
Production-ready React components for forms, feedback, layout, media, navigation, and interactions.
|
|
81
|
+
|
|
82
|
+
### Core UI
|
|
83
|
+
|
|
84
|
+
`Button` · `Input` · `Textarea` · `Checkbox` · `RadioGroup` · `Dropdown` · `Selectbox`
|
|
85
|
+
|
|
86
|
+
### Feedback & Loading
|
|
87
|
+
|
|
88
|
+
`Toast` · `ToastContainer` · `Spinner` · `Loader` · `PageLoader` · `Shimmer`
|
|
89
|
+
|
|
90
|
+
### Overlays & Navigation
|
|
91
|
+
|
|
92
|
+
`Modal` · `Pagination` · `Carousel`
|
|
93
|
+
|
|
94
|
+
### Forms & Productivity
|
|
95
|
+
|
|
96
|
+
`OtpInput` · `FileUploader` · `DatePicker`
|
|
97
|
+
|
|
98
|
+
### Media
|
|
99
|
+
|
|
100
|
+
`Image` · `VideoPlayer`
|
|
101
|
+
|
|
102
|
+
### Typography
|
|
103
|
+
|
|
104
|
+
`Headings` (`H1`–`H6`) · `P`
|
|
105
|
+
|
|
106
|
+
### Utility Components
|
|
107
|
+
|
|
108
|
+
`Timer` · `RootComponent`
|
|
109
|
+
|
|
110
|
+
👉 Explore full docs and live examples on the [demo site](https://meticulous-ui.vercel.app/).
|
|
107
111
|
|
|
108
112
|
## 📦 Icon Components
|
|
109
113
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meticulous-ui",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.6",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"description": "A comprehensive React UI component library with a wide range of customizable components, icons, colors, and utilities for building modern web applications.",
|
|
6
6
|
"types": "./index.d.ts",
|