Package Exports
- @amaui/ui-react
- @amaui/ui-react/Emojis/Emojis
- @amaui/ui-react/Emojis/Emojis.js
- @amaui/ui-react/Share/Share
- @amaui/ui-react/Share/Share.js
- @amaui/ui-react/esm/index.js
- @amaui/ui-react/index.js
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 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.