Skip to content

Commit

Permalink
feat(Spacer): add binding for Spacer component (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Oct 12, 2021
1 parent a44f2a9 commit e3ce148
Show file tree
Hide file tree
Showing 3 changed files with 852 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ All of Style Props implementation is write in File:[Chakra\_\_MakeProps.res](htt
- [x] Circle
- [x] Container
- [x] Flex
- [ ] Spacer
- [x] Spacer
- [x] Grid
- [ ] GridItem
- [x] SimpleGrid
Expand Down
1 change: 1 addition & 0 deletions src/Chakra.res
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module Square = Chakra__Square
module Circle = Chakra__Circle
module Container = Chakra__Container
module Flex = Chakra__Flex
module Spacer = Chakra__Spacer
module Grid = Chakra__Grid
// TODO Layout
// module GridItem = Chakra__GridItem
Expand Down
Loading

0 comments on commit e3ce148

Please sign in to comment.