Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4a6e846

Browse files
committed
feat(Input): add binding for Input extra (#24)
* InputLeftAddon * InputRightAddon * InputLeftElement * InputRightElement * InputGroup
1 parent 7cdf3f9 commit 4a6e846

File tree

7 files changed

+3962
-2
lines changed

7 files changed

+3962
-2
lines changed

‎README.md‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ All of Style Props implementation is write in File:[Chakra\_\_MakeProps.res](htt
147147
- [ ] Editable
148148
- [ ] Form Control
149149
- [ ] Icon Button
150-
- [ ] Input
150+
- [x] Input
151+
- [x] InputGroup
152+
- [x] InputLeftAddon
153+
- [x] InputRightAddon
154+
- [x] InputLeftElement
155+
- [x] InputRightElement
151156
- [ ] Number Input
152157
- [ ] Pin Input
153158
- [ ] Radio

‎src/Chakra.res‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ module ButtonGroup = Chakra__ButtonGroup
4040
// module Editable = Chakra__Editable;
4141
// module Form Control = Chakra__Control;
4242
// module Icon Button = Chakra__Button;
43-
// module Input = Chakra__Input;
43+
module Input = Chakra__Input
44+
module InputGroup = Chakra__InputGroup
45+
module InputLeftElement = Chakra__InputLeftElement
46+
module InputRightElement = Chakra__InputRightElement
47+
module InputRightAddon = Chakra__InputRightAddon
48+
module InputLeftAddon = Chakra__InputLeftAddon
4449
// module Number Input = Chakra__Input;
4550
// module Pin Input = Chakra__Input;
4651
// module Radio = Chakra__Radio;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /