Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrobslisboa/bs-reuse
ReactReason components library
https://github.com/pedrobslisboa/bs-reuse
Last synced: 26 days ago
JSON representation
ReactReason components library
- Host: GitHub
- URL: https://github.com/pedrobslisboa/bs-reuse
- Owner: pedrobslisboa
- Created: 2020-03-07T16:58:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:31:28.000Z (about 2 years ago)
- Last Synced: 2024-10-29T18:24:02.270Z (2 months ago)
- Language: Reason
- Homepage: https://bs-reuse.now.sh
- Size: 1.94 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ReUse
React Reason components <3 Storybook## Installation
ReUse is available as an npm package.```sh
// with npm
npm install bs-reuse// with yarn
yarn add bs-reuse
```## Usage
```reason
[@react.component]
let make = () => {
Js.alert("Hey there!"))>
{"Hello world!" -> React.string}
}
```## ToDo
- [ ] Modal Component
- [ ] Card Component
- [ ] Custom class on components
- [ ] linter