@askproducts/react-components

A library of components used by the Ask Products React apps

Usage no npm install needed!

<script type="module">
  import askproductsReactComponents from 'https://cdn.skypack.dev/@askproducts/react-components';
</script>

README

Ask Products React Components

React component library for use on the Ask Products platforms

Development

First install everything with

npm install

The storybook server can then be started with

npm run storybook

It will run on port 6006.

Components are located in ./src. Storybook files are all files that match ./src/**/stories.ts.