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.
- Host: GitHub
- URL: https://github.com/kvraamkey/react-ui
- Owner: kvraamkey
- Created: 2020-06-30T10:20:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T02:36:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T08:21:05.650Z (about 1 year ago)
- Topics: react, react-ui-components
- Language: SCSS
- Homepage: https://kvraamkey.github.io/react-ui/
- Size: 2.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-ui
> Made with create-react-library
[](https://www.npmjs.com/package/react-ui) [](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/)