2.0.0 • Published 4 years ago

ontime-components v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.

// npm
npm install ontime-components

// yarn
yarn add ontime-components
import { Component } from 'react';
import { Button } from 'ontime-components';

class Test extends Component {

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

}

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

ontime-components/storybook

ontime-components desctop UI elements for React 16.

MIT

2.0.0

4 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago