Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlosazaustre/aroa-ui

UI Components Library for React Projects
https://github.com/carlosazaustre/aroa-ui

component-library design-system hacktoberfest styleguide

Last synced: 2 months ago
JSON representation

UI Components Library for React Projects

Awesome Lists containing this project

README

        

# 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 = () => (




)
```

## API

See UI Component documentation on Storybook. [Click here](https://aroa.dev)

## License

MIT (c) Carlos Azaustre