https://github.com/rsg-group/rsg-components
Some React components with beautiful styling to use in your web app.
https://github.com/rsg-group/rsg-components
code-climate eslint flowtype javascript less npm react rollup ui-components
Last synced: 8 months ago
JSON representation
Some React components with beautiful styling to use in your web app.
- Host: GitHub
- URL: https://github.com/rsg-group/rsg-components
- Owner: RSG-Group
- License: apache-2.0
- Created: 2016-09-11T16:56:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-21T07:09:46.000Z (9 months ago)
- Last Synced: 2025-08-21T19:59:11.842Z (8 months ago)
- Topics: code-climate, eslint, flowtype, javascript, less, npm, react, rollup, ui-components
- Language: JavaScript
- Homepage:
- Size: 3.12 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RSG-Components
## Badges
[](https://github.com/standard/standard)
[](https://rsg-slack.herokuapp.com)
### Dependencies
[](https://david-dm.org/RSG-Group/rsg-components) [](https://david-dm.org/RSG-Group/rsg-components?type=dev) [](https://david-dm.org/RSG-Group/rsg-components?type=peer)
### Coverage and Linting
[](https://codeclimate.com/github/RSG-Group/rsg-components) [](https://codeclimate.com/github/RSG-Group/rsg-components)
### Miscellaneous
[](http://npmjs.com/package/rsg-components) [](http://npmjs.com/package/rsg-components) [](http://npmjs.com/package/rsg-components) [](http://npmjs.com/package/rsg-components) []()
Install via npm.
```zsh
npm install rsg-components
```
Install via yarn, a futuristic package manager.
```zsh
yarn add rsg-components
```
or clone the repository!
```zsh
git clone https://github.com/RSG-Group/rsg-components
```
## Compatibility
- Firefox > 31
- Chrome > 37
- IE < 11 unsupported.
- Versions of Safari newer than 2014-15 supported.
- Microsoft Edge supported.
- Supports Opera versions which use Blink.
## Example
```jsx
import { render } from "react-dom";
import React from "react";
import { Checkbox } from "rsg-components";
render(children, document.getElementById("app"));
```
An example in Next.js w/ aphrodite-jss is in `example/`.
Run `yarn` or `npm i` here, then run `yarn build-example` or `npm run build-example`.
Then run `yarn` and then `yarn dev` (or `npm i` and then `npm run dev` if you use npm) inside the `example` folder to run the example.
View all components, props and styles on the GitHub wiki page: [https://github.com/RSG-Group/rsg-components/wiki/](https://github.com/RSG-Group/rsg-components/wiki/)
## [Tutorial on YouTube by @radi-cho](https://www.youtube.com/playlist?list=PLBKNj-_iswgrl1XNhpfgGKwfrP_hEoZ2x)
### [Link to channel here.](https://www.youtube.com/c/RadiCho)