RiotGear
The open source component library for RiotJS.
Ready made components
RiotGear was built to help. Help you improve your app development speed. If we've built it already why reinvent the wheel? The components should have all the functionality the majority of people need.
In just a few lines of code you could have an off-canvas slide in side-menu, a set of tabs, a bunch of nice toggles and lots of others. Plus the list of components is increasing all the time.
CSS
Each component's css has been scoped so customising them is an accurate but easy task.
The CSS we've written contains just enough style for the components to be useful, without being too opinionated.
If you have an idea for a new component or would like to make a suggestion about anything let us know in the forum or raise an issue in GitHub.
Find out more on the RiotGear website
https://riotgear.github.io
Suggestions
If you'd like to suggest new components or enhancements to existing ones please raise an issue.
Contributing
First of all, Pull Requests, suggestions or comments about RiotGear are all welcome and valued. To start contributing to the libraray please follow the below steps:
Step 1
If you haven't done so already please raise an issue. Stating what you would like and how you think it should work.
Step 2
We will review your suggestion and in the case of new components, we will create a new repo with a starter project.
Step 3
Fork the repo! - once we've created the new repo you'll have the ability to fork it and start work.
Step 4
Please work in the DEV branch, make PRs from your upto date dev branch to ours so that we can review your changes.
Sit back
At some point your changes will get merged in and we'll publish a new version of RiotGear! Yay!