<h1>ontime-components</h1>

The components is used for creating any React interfaces. The components include simple React components like button, input, checkbox etc which help us to create any complex pages.

<h2>Install</h2>

```
// npm
npm install ontime-components

// yarn
yarn add ontime-components
```

<h2>Usage</h2>

```javascript
import { Component } from 'react';
import { Button } from 'ontime-components';

class Test extends Component {

  render() {
    return (<Button label="My button" />);
  }

}
```

<h2>Many examples</h2>

Please see the storybook page where you are able to see and test all components with documentation and examples.

[ontime-components/storybook](https://ontimelengo.github.io/ontime-components)

<h2>Credits</h2>

ontime-components desctop UI elements for React 16.

<h2>License</h2>

MIT
