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

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

Awesome Lists containing this project

README

        

# jarcl

> Just Another React Component Library

[![NPM](https://img.shields.io/npm/v/jarcl.svg)](https://www.npmjs.com/package/jarcl) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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]>)