README
AgniUI
React UI Component for Agranara projects
Installation
To install AgniUI:
$ yarn add @agnijs/agni-ui
// OR
$ npm install @agnijs/agni-ui
Usage
import { Button } from '@agnijs/agni-ui';
const YourCustomComponent = () => {
return <Button>Your Text</Button>;
};
Attribution
Special thanks to these libraries as reference:
License
MIT LICENSE PT. Agranara Indonesia 2020