We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44f2a9 commit e3ce148Copy full SHA for e3ce148
README.md
@@ -129,7 +129,7 @@ All of Style Props implementation is write in File:[Chakra\_\_MakeProps.res](htt
129
- [x] Circle
130
- [x] Container
131
- [x] Flex
132
- - [ ] Spacer
+ - [x] Spacer
133
- [x] Grid
134
- [ ] GridItem
135
- [x] SimpleGrid
src/Chakra.res
@@ -22,6 +22,7 @@ module Square = Chakra__Square
22
module Circle = Chakra__Circle
23
module Container = Chakra__Container
24
module Flex = Chakra__Flex
25
+module Spacer = Chakra__Spacer
26
module Grid = Chakra__Grid
27
// TODO Layout
28
// module GridItem = Chakra__GridItem
0 commit comments