grommet-udacity
v0.1.13
Published
Fork of Grommet, the world's most advanced UX Framework, for use in Udacity Alumni Projects
Downloads
141
Readme
Udacity Alumni Grommet Fork
A fork of the grommet UX library, for use in Udacity Alumni Projects.
To install
npm install grommet-udacity
Please see the documentation below and on the Grommet.io Website for Grommet.
To properly use this package, you will import components from 'grommet-udacity' instead of 'grommet', i.e.
import Button from 'grommet-udacity/components/Button';
Grommet: The most advanced UX framework for enterprise apps
Documentation
Visit the grommet.github.io website for more information.
Support / Contributing
Before opening an issue or pull request, please read the Contributing guide.
Hello World
The quickest way to get started is to access the Hello World page.
Install
You can install Grommet using either of the methods below.
For Bower users:
$ bower install grommet
For NPM users:
$ npm install -g grommet
Detailed instructions are on the Get Started page.
Build
Refer to the Grommet Build Wiki for instructions on how to install your local copy of Grommet.
Release History
See the Change Log.
Tools Behind Grommet
Grommet is produced using these great tools
- Travis CI for continuous integration
- Sauce Labs for automated browser testing
- BrowserStack for manual browser testing
- Waffle.io for backlog tracking