pons-components

This project contains PONS common components developed with storybook for React.js.

Usage no npm install needed!

<script type="module">
  import ponsComponents from 'https://cdn.skypack.dev/pons-components';
</script>

README

PONS components

This project contains PONS common components developed with storybook for React.js.

Run storybook locally

yarn storybook

Build storybook

yarn build-storybook

Publish storybook to chromatic

Will start automatically with gitLab CI/CD on every push to master yarn chromatic

Preview live components in InVision Design System Manager

yarn dsm-storybook:preview

Deploy live components in InVision Design System Manager

yarn dsm-storybook:publish

This project was bootstrapped with Create React App.