Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carlosazaustre/aroa-ui
- Owner: carlosazaustre
- License: mit
- Created: 2020-10-03T17:23:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T15:14:54.000Z (about 4 years ago)
- Last Synced: 2024-11-17T18:08:17.818Z (3 months ago)
- Topics: component-library, design-system, hacktoberfest, styleguide
- Language: JavaScript
- Homepage: https://aroa.dev
- Size: 450 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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