Skip to content

Commit 1ddda9f

Browse files
committed
docs: update README
1 parent 0d1996b commit 1ddda9f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ This is following and closely same with Chakra-UI. [**See Style Props**](https:/
104104
- [x] [Border Radius](https://chakra-ui.com/docs/features/style-props#border-radius)
105105
- [x] [Position](https://chakra-ui.com/docs/features/style-props#position)
106106
- [x] [Shadow](https://chakra-ui.com/docs/features/style-props#shadow)
107-
- [ ] [Pseudo](https://chakra-ui.com/docs/features/style-props#pseudo) (_NOT implemeted_)
107+
- [ ] [Pseudo](https://chakra-ui.com/docs/features/style-props#pseudo) (_NOT implemented_)
108108
- [ ] [Other Style Props](https://chakra-ui.com/docs/features/style-props#other-props) 🚧 (_Partially Implemented_)
109109

110-
All of Style Props implementation is write in File:[Chakra__MakeProps.res](https://github.com/ri7nz/rescript-chakra/blob/main/src/Chakra__MakeProps.res)
110+
All of Style Props implementation is write in File:[Chakra__MakeProps.res](https://github.com/ri7nz/rescript-chakra/blob/main/src/Components/Chakra__MakeProps.res)
111111

112112
## Component
113113

@@ -226,8 +226,11 @@ All of Style Props implementation is write in File:[Chakra__MakeProps.res](https
226226
- [ ] useToken
227227

228228
# Contribution
229+
## Make a Pull Request
230+
* Please, refer with [conventionalcommits.org](https://www.conventionalcommits.org) for write `commit` message.
231+
229232
## Make a new component binding
230-
I'm use [hygen.io](https://hygen.io) for generate new component binding base on `Box.res`, see [\_templates/Box/new/new.ejs.t](./_templates/Box/new/new.ejs.t)
233+
I'm use [hygen.io](https://hygen.io) for generate new component binding base on `Box.res`, see [\_templates/Box/new/new.ejs.t](https://github.com/ri7nz/rescript-chakra/blob/main/_templates/Box/new/new.ejs.t)
231234
USAGE:
232235
* basic
233236
```console

0 commit comments

Comments
 (0)