0.3.5 • Published 10 months ago

zoo-grommet v0.3.5

Weekly downloads
31
License
Apache-2.0
Repository
-
Last release
10 months ago

Zoo Grommet

A Zooniverse theme from the Grommet React component library.

How to use

Install the package:

npm install --save zoo-grommet

And include the CSS file in your project:

@import "~zoo-grommet/dist/zoo-grommet.css"

Note for webpack users: make sure you have your css-loaders configured and add to the css-loader options:

options: {
  includePaths: [path.resolve(__dirname, 'node_modules/zoo-grommet/dist')]
}

Grommet components are imported from the library as normal, e.g.

import Box from 'grommet/components/Box';

Publishing to NPM

Run npm version and push to GitHub including tags.

0.3.5

10 months ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.0

6 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago