mat-periodic-table

0.1.0 • Public • Published

publish-npm codecov Test New React components Storybook code style: prettier

This repo contains a set of components.

Exported components

The exported components are located here:src/periodic-table/index.ts

Deploy to npm

Manually

Use npm build-publish to build the project. Use npm publish to push to npm

Pre-releases

Every push triggers a build. If the build is succesfull, a snapshot is pushed to npm, as a tagged package. To use the latest snapshot, type the following command

npm install mat-periodic-table@next

Automatically(TODO)

Run npm version minor -m "Upgrade to %s" to add a tag. Once the tag is pushed, an action will build the components and push the package to build to npm

Deploy storybook to github pages

This will build and deploy the storybook. Stories are defined in ./src/stories

npm deploy-storybook

Clean

Local development

If you have a local version of dash-mp-components and react-mp-components, you'll probably want to use the local version of react-mp-components for a better development workflow. Running those commands will tell NPM to use your local version of react-mp-components

 cd <DASH_MP_HOME>
 npm link <REACT_MP_HOME>

Readme

Keywords

none

Package Sidebar

Install

npm i mat-periodic-table

Weekly Downloads

366

Version

0.1.0

License

ISC

Unpacked Size

2.11 MB

Total Files

102

Last publish

Collaborators

  • fjchabbey