grommet
Version:
focus on the essential experience
97 lines (67 loc) • 3.04 kB
Markdown
[][contributing]
[][slack]
[][medium]
[][npm]
[][npm]
[][prettier]
<img align="right" height="260" src="https://v2.grommet.io/img/stak-hurrah.svg">
Visit the [Grommet] 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 given below.
For npm users:
```shell
$ npm install grommet styled-components --save
```
For Yarn users:
```shell
$ 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.
1. [Storybook] examples per component, you can create them locally by running:
```shell
$ npm run storybook
```
or
```shell
$ yarn storybook
```
1. Grommet starter template [sandbox](https://codesandbox.io/p/sandbox/m7mml8l0zj?file=%2Findex.js).
1. [Templates, patterns, and starters][sandboxes]: feel free to share with us
more pattern ideas on [Slack].
1. End-to-end project examples from our community in the
[
1. Read more from the Grommet team on [Medium].
grommet is also available on a stable branch that is built with the content of the 'master' branch.
From your package.json point to stable.
```
"grommet": "https://github.com/grommet/grommet/tarball/stable",
```
For more info, read the [stable wiki](https://github.com/grommet/grommet/wiki/What-is-grommet-stable-and-how-to-use-it%3F).
See the [Change Log].
Grommet is produced using this great tool:
- [BrowserStack] for browser emulators and simulators.
- [Circle CI] for continuous integration.
[]: https://www.browserstack.com/
[]: https://github.com/grommet/grommet/wiki/Change-Log
[]: https://circleci.com/gh/grommet/grommet/
[]: CONTRIBUTING.md
[]: https://github.com/grommet/grommet-starter-existing-app
[]: https://github.com/grommet/grommet-starter-new-app
[]: https://grommet.io/
[]: https://medium.com/grommet-io
[]: https://www.npmjs.com/package/grommet
[]: https://github.com/prettier/prettier
[]: https://codesandbox.io/u/grommetux/sandboxes
[]: https://codesandbox.io/p/sandbox/m7mml8l0zj?file=%2Findex.js
[]: https://slack-invite.grommet.io
[]: https://storybook.grommet.io