Skip to content

OntimeLengo/ontime-components

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published