Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodycj/grommet-primitives-fork
https://github.com/brodycj/grommet-primitives-fork
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brodycj/grommet-primitives-fork
- Owner: brodycj
- License: apache-2.0
- Created: 2019-04-16T23:35:59.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-09T19:47:08.000Z (about 2 years ago)
- Last Synced: 2024-07-31T00:17:30.671Z (5 months ago)
- Language: JavaScript
- Size: 93.4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Grommet: focus on the essential experience
[![PRs Welcome](https://img.shields.io/badge/pr's-welcome-7d4cdb.svg)](https://github.com/grommet/grommet/blob/master/CONTRIBUTING.md)
[![slack](https://img.shields.io/badge/join%20the%20community-slack-fd6fff.svg)](http://slackin.grommet.io)
[![follow](https://img.shields.io/twitter/follow/grommet_io.svg?label=follow%20&style=social)](https://twitter.com/grommet_io)
[![blogs](https://img.shields.io/badge/view%20blogs%20on-medium-000000.svg)](https://medium.com/grommet-io)
[![npm package](https://img.shields.io/npm/v/grommet.svg?color=ffca58)](https://www.npmjs.com/package/grommet)
[![npm downloads](https://img.shields.io/npm/dm/grommet.svg?color=3d138d)](https://www.npmjs.com/package/grommet)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)### Documentation
Visit the [Grommet v2](https://v2.grommet.io/) website for more information.
### Support / Contributing
Before opening an issue or pull request, please read the [Contributing](https://github.com/grommet/grommet/blob/master/CONTRIBUTING.md) guide.
### Install
You can install Grommet using either of the methods below.
For NPM users:
```
$ npm install grommet styled-components --save
```Detailed instructions are on the [Get Started](https://v2.grommet.io/use) page.
### Explore
1. [Storybook](https://storybook.grommet.io) examples per component, you can see them by running:
```
$ npm run storybook
```2. Basic [code-sandbox playgrounds](https://codesandbox.io/s/github/grommet/grommet-sandbox) for each component
3. [Templates, patterns and starters](https://codesandbox.io/u/grommetux/sandboxes) feel free to share with us more pattern ideas on [slack](http://slackin.grommet.io)
4. End-2-End project examples from our community on [#i-made-this](http://slackin.grommet.io) channel
5. Read more from the Grommet team on [Medium](https://medium.com/grommet-io)
### Release History
See the [Change Log](https://github.com/grommet/grommet/wiki/Change-Log).
### Tools Behind Grommet
Grommet is produced using this great tool
- [Circle CI](https://circleci.com/gh/grommet/grommet/) for continuous integration