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

https://github.com/kvraamkey/react-ui

A set of react UI components.
https://github.com/kvraamkey/react-ui

react react-ui-components

Last synced: 12 months ago
JSON representation

A set of react UI components.

Awesome Lists containing this project

README

          

# react-ui

> Made with create-react-library

[![NPM](https://img.shields.io/npm/v/react-ui.svg)](https://www.npmjs.com/package/react-ui) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install @kvraamkey/react-ui
```

```bash
yarn add @kvraamkey/react-ui
```

## Usage

```jsx
import React, { Component } from 'react'

import { Button } from '@kvraamkey/react-ui'
import '@kvraamkey/react-ui/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

MIT © [](https://github.com/)