Skip to content

Commit

Permalink
feat(Input): add binding for Input extra (#24)
Browse files Browse the repository at this point in the history
* InputLeftAddon
* InputRightAddon
* InputLeftElement
* InputRightElement
* InputGroup
  • Loading branch information
r17x committed Oct 8, 2021
1 parent 7cdf3f9 commit 4a6e846
Show file tree
Hide file tree
Showing 7 changed files with 3,962 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,12 @@ All of Style Props implementation is write in File:[Chakra\_\_MakeProps.res](htt
- [ ] Editable
- [ ] Form Control
- [ ] Icon Button
- [ ] Input
- [x] Input
- [x] InputGroup
- [x] InputLeftAddon
- [x] InputRightAddon
- [x] InputLeftElement
- [x] InputRightElement
- [ ] Number Input
- [ ] Pin Input
- [ ] Radio
Expand Down
7 changes: 6 additions & 1 deletion src/Chakra.res
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ module ButtonGroup = Chakra__ButtonGroup
// module Editable = Chakra__Editable;
// module Form Control = Chakra__Control;
// module Icon Button = Chakra__Button;
// module Input = Chakra__Input;
module Input = Chakra__Input
module InputGroup = Chakra__InputGroup
module InputLeftElement = Chakra__InputLeftElement
module InputRightElement = Chakra__InputRightElement
module InputRightAddon = Chakra__InputRightAddon
module InputLeftAddon = Chakra__InputLeftAddon
// module Number Input = Chakra__Input;
// module Pin Input = Chakra__Input;
// module Radio = Chakra__Radio;
Expand Down
Loading

0 comments on commit 4a6e846

Please sign in to comment.