File tree Expand file tree Collapse file tree 4 files changed +1611
-6
lines changed Expand file tree Collapse file tree 4 files changed +1611
-6
lines changed Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ All of Style Props implementation is write in File:[Chakra__MakeProps.res](https
210
210
211
211
### Media and Icons
212
212
- [ ] Avatar
213
- - [ ] Icon
214
- - [ ] Image
213
+ - [x ] Icon
214
+ - [x ] Image
215
215
216
216
### Others
217
217
- [ ] Portal
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ module Kbd = Chakra__Kbd
72
72
73
73
// ### Typography
74
74
// TODO Typography
75
- // module Text = Chakra__Text;
76
- // module Heading = Chakra__Heading;
77
75
module Text = Chakra__Text
78
76
module Heading = Chakra__Heading
79
77
@@ -101,14 +99,15 @@ module Heading = Chakra__Heading
101
99
// ### Media and Icons
102
100
// TODO Media and Icons
103
101
// module Avatar = Chakra__Avatar;
104
- // module Icon = Chakra__Icon;
105
- // module Image = Chakra__Image;
102
+ module Icon = Chakra__Icon
103
+ module Image = Chakra__Image
106
104
107
105
// ### Others
108
106
// TODO Others
109
107
// module Portal = Chakra__Portal;
110
108
// module Transitions = Chakra__Transitions;
111
109
110
+ include Chakra__Transitions
112
111
// ### Hooks
113
112
// TODO Hooks
114
113
// let useBoolean = Chakra__Hooks.useBoolean;
You can’t perform that action at this time.
0 commit comments