@onesy/ui-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.30 • Public • Published

onesy logo

onesy UI React

Onesy UI for React


MIT license     Production ready     Browser and Nodejs

Very simple code     Modern code     Junior friendly     Typescript     Made with 💛


Getting started

Add

yarn add @onesy/ui-react

Use

  // Import any of the ui
  import { Button } from '@onesy/ui-react';

  function A(props) {

    return (
      <Button>
        {props.children}
      </Button>
    );
  }

Dev

Install

yarn

Test

yarn test

Prod

Build

yarn build

Disclaimer

onesy UI elements library is mostly based on the UI design rules of Open Source Google Material Design 3 design principles. The project is not in any way affiliated with Alphabet Inc., Google Inc. or any of their projects.

Package Sidebar

Install

npm i @onesy/ui-react

Weekly Downloads

576

Version

1.0.30

License

MIT

Unpacked Size

6.08 MB

Total Files

1545

Last publish

Collaborators

  • lazareric