React Commerce UI
React component library for e-commerce using:
Development
Building
yarn build
Linting
yarn lint
Storybook
To run a live-reload Storybook server on your local machine:
yarn storybook
To export your Storybook as static files:
yarn storybook:export
Publishing
Hosting via NPM
npm publish
Installing
To use React Commerce UI components, all you need to do is install the @lighthouseapps/react-commerce-ui
package and its peer dependencies:
yarn add @lighthouseapps/react-commerce-ui @chakra-ui/react@1.7.3 @emotion/react@11 @emotion/styled@11 framer-motion@4 react-icons@4.3.1