@aura-ui/react
v0.0.5-alpha.3
Published
A high quality, accessible and highly customizable React UI library
Downloads
3
Readme
Installation
npm install @aura-ui/react
# or
yarn add @aura-ui/react
Usage
import { Button } from '@aura-ui/react';
<Button>Hello World</Button>;