Sprout is a collection of CSS component blueprints.
View the components here.
Check out the source code on Github.
🐛 Find a bug? Feel free to report it.
- Install the SproutCSS module
npm install --save-dev sproutcss
- Import the stylesheet
@import "./node_modules/sproutcss/sprout.css";
- Copy and paste components as needed.
- When you're ready, generate a custom stylesheet.
- Enjoy!
View the full changelog here
What's Changed
- No more unused styling 🥳. Sprout now generates a custom css file.
- Therefore, this package is no longer needed in production. Install as a dev dependency.
- If a component color is not specified, Sprout will now default to the primary color.
What's New
- Set your projects primary color from the command line.
- More customization options. Colors, hover styles, and border widths.
- New color options. Choose from primary, black, grey, red, orange, yellow, green, blue, purple, and pink.
- Badges