Visit the Grommet v2 website for more information.
Before opening an issue or pull request, please read the Contributing guide.
You can install Grommet using either of the methods below.
For npm users:
$ npm install grommet styled-components --save
For Yarn users:
$ yarn add grommet styled-components
There are more detailed instructions in the Grommet Starter app tutorial for new apps. For incorporating Grommet into an existing app, see the Existing App version.
-
Storybook examples per component, you can create them locally by running:
$ npm run storybook
or
$ yarn storybook
-
Basic code-sandbox playgrounds for each component.
-
Templates, patterns, and starters: feel free to share with us more pattern ideas on Slack.
-
End-to-end project examples from our community in the #i-made-this Slack channel.
-
Read more from the Grommet team on Medium.
- Edge >= 14
- Firefox >= 52
- Chrome >= 49
- Safari >= 10
- IE 11 latests - The Grid, Clock, Video components aren't fully supported
See the Change Log.
Grommet is produced using this great tool:
- Circle CI for continuous integration.