meticulous-ui 2.0.0 → 2.0.1

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 +12 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,17 +47,18 @@ export default App;
47
47
 
48
48
  ## 📦 Components
49
49
 
50
- | Component | Description |
51
- | ------------- | ------------------------------------------- |
52
- | `Pagination` | Fully responsive pagination component |
53
- | `Toast` | Push 4 types of notifications on screen |
54
- | `Timer` | Renders analog / digital clock with alarm |
55
- | `OtpInput` | Gives inputs to enter and edit OTP |
56
- | `VideoPlayer` | Renders video with keyboard shortcuts |
57
- | `Input` | Renders input box to let user enter input |
58
- | `Dropdown` | Renders dropdown to select from options |
59
- | `Spinner` | Renders a spinner to show the loading state |
60
- | `Button` | Renders a button to click & take an action |
50
+ | Component | Description |
51
+ | ------------- | -------------------------------------------------- |
52
+ | `Pagination` | Fully responsive pagination component |
53
+ | `Toast` | Push 4 types of notifications on screen |
54
+ | `Timer` | Renders analog / digital clock with alarm |
55
+ | `OtpInput` | Gives inputs to enter and edit OTP |
56
+ | `VideoPlayer` | Renders video with keyboard shortcuts |
57
+ | `Input` | Renders input box to let user enter input |
58
+ | `Textarea` | Renders textarea box to let user enter description |
59
+ | `Dropdown` | Renders dropdown to select from options |
60
+ | `Spinner` | Renders a spinner to show the loading state |
61
+ | `Button` | Renders a button to click & take an action |
61
62
 
62
63
  ## 📦 Icon Components
63
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meticulous-ui",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "repository": {