JSPM

@amaui/ui-react

1.0.1170
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 121
  • Score
    100M100P100Q92232F
  • License MIT

UI for React

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@amaui/ui-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme



    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.