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
210210
211211### Media and Icons
212212- [ ] Avatar
213- - [ ] Icon
214- - [ ] Image
213+ - [x ] Icon
214+ - [x ] Image
215215
216216### Others
217217- [ ] Portal
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ module Kbd = Chakra__Kbd
7272
7373// ### Typography
7474// TODO Typography
75- // module Text = Chakra__Text;
76- // module Heading = Chakra__Heading;
7775module Text = Chakra__Text
7876module Heading = Chakra__Heading
7977
@@ -101,14 +99,15 @@ module Heading = Chakra__Heading
10199// ### Media and Icons
102100// TODO Media and Icons
103101// module Avatar = Chakra__Avatar;
104- // module Icon = Chakra__Icon;
105- // module Image = Chakra__Image;
102+ module Icon = Chakra__Icon
103+ module Image = Chakra__Image
106104
107105// ### Others
108106// TODO Others
109107// module Portal = Chakra__Portal;
110108// module Transitions = Chakra__Transitions;
111109
110+ include Chakra__Transitions
112111// ### Hooks
113112// TODO Hooks
114113// let useBoolean = Chakra__Hooks.useBoolean;
You can’t perform that action at this time.
0 commit comments