@renest/component
v0.0.5
Published
ReNest web based component library.
Readme
ReNest Component
- A component UI library for ReNest
Internal components
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 | | |
Todo
- [x] VStack/HStack/ZStack
- [x] Button
- [x] Toggle
- [x] TextField
- [x] List
- [x] Pogress
- [ ] Select
- [ ] CheckList
- [ ] AutoComplete
