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

1.1.481 • Public • Published

amaui logo

amaui UI React

Amaui 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 @amaui/ui-react

Use

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

  function A(props) {

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

Dev

Install

yarn

Test

yarn test

Prod

Build

yarn build

Disclaimer

amaui 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 @amaui/ui-react

Weekly Downloads

3,937

Version

1.1.481

License

MIT

Unpacked Size

5.64 MB

Total Files

1426

Last publish

Collaborators

  • lazareric