Skip to content

hipstersmoothie/materialize-hooked

Repository files navigation

materialize-hooked

CircleCI Storybook codecov code style: prettier

This is a component library built on materialize.css. It implements all of the components supported by materialize.css using the new react hooks API.

Developing

To start the development server (storybook) run the following command.

yarn storybook

or to start in test mode (no docs)

yarn storybook-test

Testing

To run all the test suites (unit, snapshot, and visual) run the following command.

yarn test

This can take a pretty long time cause it build the whole storybook to take screenshots locally. If you already have the storybook running (in test mode) you can use the following command the run the tests it.

yarn test-all

To test just the snapshots.

yarn test-snapshots

Contributing

At this point materialize-hooked is only built by me! It fits my use case and has most of the props and options I need. This doesn't mean I've solved your problems though so feel free to create issues or open pull requests!

Releases

No releases published

Packages

No packages published

Languages