rsg-components v3.0.0
RSG-Components
Badges
Dependencies
Coverage and Linting
Miscellaneous
Install via npm.
npm install rsg-componentsInstall via yarn, a futuristic package manager.
yarn add rsg-componentsor clone the repository!
git clone https://github.com/RSG-Group/rsg-componentsCompatibility
- 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
import { render } from "react-dom";
import React from "react";
import { Checkbox } from "rsg-components";
render(<Checkbox props>children</Checkbox>, 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/
Tutorial on YouTube by @radi-cho
Link to channel here.
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago