ontime-components
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

ontime-components

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.

Install

// npm
npm install ontime-components

// yarn
yarn add ontime-components

Usage

import { Component } from 'react';
import { Button } from 'ontime-components';
 
class Test extends Component {
 
  render() {
    return (<Button label="My button" />);
  }
 
}

Many examples

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

ontime-components/storybook

Credits

ontime-components desctop UI elements for React 16.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i ontime-components

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

334 kB

Total Files

73

Last publish

Collaborators

  • ontimelengo