https://github.com/bruno-sartori/jarcl
Just Another React Components Library
https://github.com/bruno-sartori/jarcl
Last synced: 2 months ago
JSON representation
Just Another React Components Library
- Host: GitHub
- URL: https://github.com/bruno-sartori/jarcl
- Owner: bruno-sartori
- Created: 2020-09-01T19:16:04.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-04T14:53:06.000Z (about 4 years ago)
- Last Synced: 2025-02-12T15:52:58.592Z (4 months ago)
- Language: TypeScript
- Size: 442 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jarcl
> Just Another React Component Library
[](https://www.npmjs.com/package/jarcl) [](https://standardjs.com)
## Install
```bash
npm install --save jarcl
```## Usage
```tsx
import React, { Component } from 'react'import { Button } from 'jarcl'
class Example extends Component {
render() {
return
}
}
```## License
MIT © [Bruno Sartori <[email protected]>](https://github.com/Bruno Sartori <[email protected]>)