Skip to content

Retrolove-Games/component-book

Repository files navigation

React

component-book

This repository uses submodule to display web-ui components.

Useful links

Initialize repository

git clone [email protected]:Retrolove-Games/component-book.git
npm run update-submodules

Run storybook

npm run storybook

Updating submodule with packages

npm run update-submodules

If there are any new packages, you need to map them:

  // @retrolove-games/ui-themes
  "@retrolove-games/ui-themes": path.resolve(
    __dirname,
    `${PACKAGES_PATH}/themes/src/[file name or nothing if index exists]`
  ),

In the file: .storybook/packageAliases.js.

About

web-ui components documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published