# bs-ui-elements

[BuckleScript](https://github.com/bloomberg/bucklescript) bindings for HighPoint's [ui-elements](https://bitbucket.org/hp_mobile/ui-elements).

### Pre-requisites

- [yarn](https://yarnpkg.com)

### Installation

```sh
yarn add @highpoint/bs-ui-elements
```

In your `bsconfig.json`, include `"@highpoint/bs-ui-elements"` in the `bs-dependencies`.

### Usage

Once you `open UIElements;` just use as you would use the JS library. 

Read [reason implementation](https://bitbucket.org/hp_mobile/bs-ui-elements/src/UIElements.re) or [ui-elements docs](https://bitbucket.org/hp_mobile/ui-elements/src/master/) for a detailed explanation of usage and accepted props.