You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm i @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^4
53
53
```
@@ -73,7 +73,7 @@ import { Box } from "@chakra-ui/react"
73
73
// sets margin `8px` on all viewports and `16px` from the first breakpoint and up
74
74
<Box m={[2, 3]} />
75
75
76
-
// ReScript 🟥
76
+
// ReScript 🟥
77
77
open Chakra
78
78
@react.component
79
79
letmake= () =><>
@@ -89,8 +89,8 @@ let make = () => <>
89
89
Or you can check this [**Example**](https://github.com/ri7nz/rescript-chakra/tree/main/examples).
90
90
91
91
# Docs
92
-
All of Binding for Chakra-UI isn't completed, if you want to support this project, see the list below 🙌.
93
-
92
+
All of Binding for Chakra-UI isn't completed, if you want to support this project, see the list below 🙌.
93
+
94
94
## Style Props
95
95
This is following and closely same with Chakra-UI. [**See Style Props**](https://chakra-ui.com/docs/features/style-props#reference) and Implemented typed **Props** with typed **CSS-Properties** use [bs-css](https://github.com/giraud/bs-css/blob/cb242dbd08a00bd848faecb756a9ddce68d8707a/bs-css/src/Css_AtomicTypes.rei).
96
96
@@ -101,20 +101,20 @@ This is following and closely same with Chakra-UI. [**See Style Props**](https:/
All of Style Props implementation is write in File:[Chakra__MakeProps.res](https://github.com/ri7nz/rescript-chakra/blob/main/src/Interfaces/Chakra__MakeProps.res)
112
-
112
+
113
113
## Component
114
-
114
+
115
115
### Layout
116
116
-[x] Aspect Ratio
117
-
-[x] Box
117
+
-[x] Box
118
118
-[x] Center
119
119
-[x] Square
120
120
-[x] Circle
@@ -141,7 +141,7 @@ All of Style Props implementation is write in File:[Chakra__MakeProps.res](https
141
141
-[ ] Number Input
142
142
-[ ] Pin Input
143
143
-[ ] Radio
144
-
-[] Select
144
+
-[x] Select
145
145
-[ ] Slider
146
146
-[ ] Switch
147
147
-[ ] Textarea
@@ -239,8 +239,8 @@ All of Style Props implementation is write in File:[Chakra__MakeProps.res](https
239
239
-[ ] useTheme
240
240
-[ ] useToken
241
241
242
-
# Contribution
243
-
## Make a Pull Request
242
+
# Contribution
243
+
## Make a Pull Request
244
244
* Please, refer with [conventionalcommits.org](https://www.conventionalcommits.org) for write `commit` message.
245
245
246
246
## Make a new component binding
@@ -256,5 +256,5 @@ hygen Box new --name Flex
256
256
```
257
257
258
258
# Acknowledgement
259
-
*[**chakra-ui/chakra-ui**](https://github.com/chakra-ui/chakra-ui) ⚡️ Simple, Modular & Accessible UI Components for your React Applications
259
+
*[**chakra-ui/chakra-ui**](https://github.com/chakra-ui/chakra-ui) ⚡️ Simple, Modular & Accessible UI Components for your React Applications
260
260
*[**giraud/bs-css**](https://github.com/giraud/bs-css) Statically typed DSL for writing css in reason.
0 commit comments