Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tkovs/reason-uikit


https://github.com/tkovs/reason-uikit

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        




reason-uikit


A ReasonML React implementation of the UIKit



GitHub top language

GitHub language count

GitHub commit activity

Repository size



GitHub last commit


Repository issues

GitHub


Migration status   |   
How do I install?   |   
Usage

## Migration status

Not all of the [UIKit][uikit] components were implemented.

### Finished

### Partially

- Icon
- Button
- Container
- Width
- Padding
- Spinner
- Badge

### To begin

* Input
* Label
* Link
* ...

## How do I install?
1. Add the [reason-uikit][npm-reason-uikit] package to your project.
```sh
yarn add reason-uikit
```
2. Add `reason-uikit` to your `bsconfig.json`
```json
{
"dependencies": [ "reason-uikit" ]
}
```
3. Enjoy!

## Usage

Import ReasonUIKit and just use the components.

```reason
open ReasonUIKit;

[@react.component]
let make = () =>

()} style=Button.StylePrimary size=Button.SizeLarge>


;
```

[uikit]: https://getuikit.com/
[npm-reason-uikit]: https://www.npmjs.com/package/reason-uikit