aroa-ui icon indicating copy to clipboard operation
aroa-ui copied to clipboard

UI Components Library for React Projects

aroa-ui

A UI Component library made with React

Installation

  • With NPM
$ npm install @fsjs/aroa-ui
  • With Yarn
$ yarn add @fsjs/aroa-ui

Usage

import { Button } from '@fsjs/aroa-ui'

const MyComponent = () => (
  <div>
    <Button />
  </div>
)

API

See UI Component documentation on Storybook. Click here

License

MIT (c) Carlos Azaustre