1.16.0 • Published 4 years ago

@billups/grimoire v1.16.0

Weekly downloads
36
License
MIT
Repository
github
Last release
4 years ago

grimoire

Billups design components implemented in React

Getting Started

Clone this repo and run the following command from the directory the clone resides in.

Make sure that you have NodeJS >= 8.x and NPM installed. If you already have node installed, verify with:

node --version

Now run yarn (with no flags) to install (dev) dependencies. (you can download yarn following the instructions on https://yarnpkg.com/en/docs/install)

yarn

Development

You can spin up a local storybook instance by running

yarn storybook

This is will allow you to see currently available components as well as components you are working on.

While working on a component, you should add a corresponding story file to the stories folder with the following pattern: component.stories.tsx.

Testing

All the tests for the components can be run with the yarn test script.

Once you are finished with most of the iteration of a component please add a snapshot test for that component as well. Any tests should reside in a __tests__ folder that lives in the same directory as the component you are testing and should have the same filename as the component.

If you need to update a component snapshot running yarn test -u will accomplish that.

Building

This project uses rollup for bundling and generating type definitions for the components. Simply run yarn build and the bundles as well as the typedefs will be generated in the dist folder.

1.16.0

4 years ago

1.15.0

4 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.1

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.9.3

4 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.4

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.11.0

5 years ago

0.10.2

5 years ago

0.10.1

5 years ago

0.10.0

5 years ago

0.9.3

5 years ago

0.9.2

5 years ago

0.9.1

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.4

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago