@amaui/ui-react
v1.1.823
Published
UI for React
Downloads
9,808
Maintainers
Readme
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.