ontime-components
v2.0.0
Published
List of react components
Downloads
4
Readme
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 desctop UI elements for React 16.
MIT