Skip to content

Commit e3ce148

Browse files
committed
feat(Spacer): add binding for Spacer component (#25)
1 parent a44f2a9 commit e3ce148

File tree

3 files changed

+852
-1
lines changed

3 files changed

+852
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ All of Style Props implementation is write in File:[Chakra\_\_MakeProps.res](htt
129129
- [x] Circle
130130
- [x] Container
131131
- [x] Flex
132-
- [ ] Spacer
132+
- [x] Spacer
133133
- [x] Grid
134134
- [ ] GridItem
135135
- [x] SimpleGrid

src/Chakra.res

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module Square = Chakra__Square
2222
module Circle = Chakra__Circle
2323
module Container = Chakra__Container
2424
module Flex = Chakra__Flex
25+
module Spacer = Chakra__Spacer
2526
module Grid = Chakra__Grid
2627
// TODO Layout
2728
// module GridItem = Chakra__GridItem

0 commit comments

Comments
 (0)