Integration of MUI and storybook with UXPin Merge Technology.
MUI (formerly Material-UI) is the React UI library you always wanted. You can implement your own design system, or start with Material Design.
Storybook is a frontend workshop for building UI components and pages in isolation.
Storybook integration is an alternative to our other Merge technology integration – Git repository. They both allow you to design with pre-built code components, the main difference is how you add components to UXPin.
- Fork this repository and clone it to your computer.
- Install dependencies with
yarn install
. - compile storybook files with
yarn run build-storybook
. - Log in to your UXPin account.
- Generate new private storybook token from UXPin editor.
- push library to UXPin with
npx uxpin-storybook-deployer -t TOKEN -s path/to/your/storybook
.
- Fork this repository and clone it to your computer.
- Install dependencies with
yarn install
. - compile storybook files with
yarn run build-storybook
. - Publish storybook on a hosting platform such as chromatic and retrieve the URL
- Log in to your UXPin account.
- Add new public storybook with URL provided from your chosen hosting platform.
For more information please see our documentation: UXPin storybook integration