ReNest web based component library.
npm install @renest/component#### Props
| name | prop | is dot prop | description |
| --------- | ------------ | ----------- | ----------------------------------------------- |
| Button | title | | button title |
| | disable | yes | gray and disable button |
| TextField | defaultText | | input's text |
| | placeHolder | yes | input's placeHolder and title |
| | variant | yes | "outlined" or "underlined", default is outlined |
| | disable | yes | gray and disable text field |
| | autoFocus | yes | auto focus this input |
| | onChange | yes | callback when input's text changes |
| Toggle | defaultValue | | default toggle value, true or false |
| | onChange | yes | callback when toggle is toggled |
| ... | | | will be completed soon |
#### Themes
| Button | value in theme | description |
| ------ | -------------- | ----------- |
| Button | | |
- [x] VStack/HStack/ZStack
- [x] Button
- [x] Toggle
- [x] TextField
- [x] List
- [x] Pogress
- [ ] Select
- [ ] CheckList
- [ ] AutoComplete