Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedrobslisboa/reskeleton

An easy and beautiful Rescript skeleton component
https://github.com/pedrobslisboa/reskeleton

rescript rescript-react skeleton

Last synced: 26 days ago
JSON representation

An easy and beautiful Rescript skeleton component

Awesome Lists containing this project

README

        

## Reskeleton

reskeleton

A comfortable and beautiful Rescript skeleton component

# Install

- With npm

```bash
npm install --save reskeleton
```

- With yarn

```bash
yarn add reskeleton
```

Add `"reskeleton"` to `bsconfig`:

```js
"bs-dependencies": [
...
"reskeleton"
],
```

## Usage

- Block

```reason

```

```reason

```

- Text

```reason




```

- Circle

```reason

```

```reason

```

## Road map

- [ ] Tests

# Feel free to give your contribution