meticulous-ui 2.2.3 → 2.2.5
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,6 +56,7 @@ export default App;
|
|
|
56
56
|
| `VideoPlayer` | Renders video with keyboard shortcuts |
|
|
57
57
|
| `Input` | Renders input box to let user enter input |
|
|
58
58
|
| `Checkbox` | Renders checkbox to let user give boolean value |
|
|
59
|
+
| `RadioGroup` | Renders radio options ina group to let user select |
|
|
59
60
|
| `Textarea` | Renders textarea box to let user enter description |
|
|
60
61
|
| `Dropdown` | Renders dropdown to select from options |
|
|
61
62
|
| `Spinner` | Renders a spinner to show the loading state |
|