We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa74284 commit 1ff2087Copy full SHA for 1ff2087
1 file changed
README.md
@@ -1,3 +1,19 @@
1
# MUI-Form
2
3
A collection of Material UI form inputs designed for seamless integration with React Hook Form.
4
+
5
+### Supported components:
6
7
+- [ ] Autocomplete
8
+- [ ] Button
9
+- [ ] Button Group
10
+- [ ] Checkbox
11
+- [ ] Floating Action Button
12
+- [ ] Radio Group
13
+- [ ] Rating
14
+- [ ] Select
15
+- [ ] Slider
16
+- [ ] Switch
17
+- [x] Text Field -> `<TextField>`
18
+- [ ] Transfer List
19
+- [ ] Toggle Button
0 commit comments