Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grommet/grommet
a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package
https://github.com/grommet/grommet
a11y babel design-system grommet hacktoberfest javascript react ux-framework
Last synced: 10 days ago
JSON representation
a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package
- Host: GitHub
- URL: https://github.com/grommet/grommet
- Owner: grommet
- License: apache-2.0
- Created: 2015-03-24T08:54:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T19:03:18.000Z (15 days ago)
- Last Synced: 2024-11-29T18:07:45.227Z (13 days ago)
- Topics: a11y, babel, design-system, grommet, hacktoberfest, javascript, react, ux-framework
- Language: JavaScript
- Homepage: https://grommet.io
- Size: 339 MB
- Stars: 8,349
- Watchers: 125
- Forks: 1,033
- Open Issues: 318
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - grommet/grommet - a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package (JavaScript)
- awesome-react-cn - grommet - A react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package (Uncategorized / Uncategorized)
- awesome-react-components-all - grommet - The most advanced UX framework for enterprise applications. (Uncategorized / Uncategorized)
- awesome - grommet - a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package (JavaScript)
- awesome-react-components - grommet - The most advanced UX framework for enterprise applications. (UI Frameworks / Responsive)
- awesome-react - grommet - A react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package. ![](https://img.shields.io/github/stars/grommet/grommet.svg?style=social&label=Star) (UI Frameworks / style)
- awesome-ccamel - grommet/grommet - a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package (JavaScript)
- awesome-learning-resources - grommet - A react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package (Uncategorized / Uncategorized)
- awesome-list - grommet - The most advanced UX framework for enterprise applications. (Cases / Responsive)
- awesome-react-components - grommet - The most advanced UX framework for enterprise applications. (UI Frameworks / Responsive)
- react-cheatsheet - Grommet
- awesome-react-components - grommet - The most advanced UX framework for enterprise applications. (UI Frameworks / Responsive)
- awesome-list - grommet - based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package | grommet | 7425 | (JavaScript)
- awesome-react-components - grommet - The most advanced UX framework for enterprise applications. (UI Frameworks / Responsive)
- best-of-react - GitHub - 9% open ยท โฑ๏ธ 04.06.2024): (UI Frameworks & Libraries)
- fucking-awesome-react-components - grommet - The most advanced UX framework for enterprise applications. (UI Frameworks / Responsive)
- awesome-react - grommet - a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package ` ๐ 2 days ago` (React [๐](#readme))
- trackawesomelist - grommet (โญ8.3k) - first-issue)* <br> a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package (Recently Updated / [Oct 20, 2024](/content/2024/10/20/README.md))
- awesome-for-beginners - grommet - based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package (JavaScript)
- fucking-awesome-for-beginners - grommet - based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package (JavaScript)
README
# Grommet: focus on the essential experience
[![PRs Welcome](https://img.shields.io/badge/pr's-welcome-7d4cdb.svg)][contributing]
[![slack](https://img.shields.io/badge/join%20the%20community-slack-fd6fff.svg)][slack]
[![blogs](https://img.shields.io/badge/view%20blogs%20on-medium-000000.svg)][medium]
[![npm package](https://img.shields.io/npm/v/grommet.svg?color=ffca58)][npm]
[![npm downloads](https://img.shields.io/npm/dm/grommet.svg?color=3d138d)][npm]
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)][prettier]## Documentation
Visit the [Grommet] website for more information.
## Support / Contributing
Before opening an issue or pull request, please read the [Contributing] guide.
## Install
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.## Explore
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
[#i-made-this Slack channel][slack].
1. Read more from the Grommet team on [Medium].## Stable
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).
## Release History
See the [Change Log].
## Tools Behind Grommet
Grommet is produced using this great tool:
- [BrowserStack] for browser emulators and simulators.
- [Circle CI] for continuous integration.[browserstack]: https://www.browserstack.com/
[change log]: https://github.com/grommet/grommet/wiki/Change-Log
[circle ci]: https://circleci.com/gh/grommet/grommet/
[contributing]: CONTRIBUTING.md
[existing app]: https://github.com/grommet/grommet-starter-existing-app
[grommet starter]: https://github.com/grommet/grommet-starter-new-app
[grommet]: https://grommet.io/
[medium]: https://medium.com/grommet-io
[npm]: https://www.npmjs.com/package/grommet
[prettier]: https://github.com/prettier/prettier
[sandboxes]: https://codesandbox.io/u/grommetux/sandboxes
[sandbox]: https://codesandbox.io/p/sandbox/m7mml8l0zj?file=%2Findex.js
[slack]: https://slack-invite.grommet.io
[storybook]: https://storybook.grommet.io