@roisusi/shared-cmp

v0.0.3

Published

This project uses Storybook 8 for developing and testing React components in isolation. Storybook provides a powerful environment for creating and documenting UI components, making it easier to build and maintain a component library.

Downloads

18

Readme

Project Name

This project uses Storybook 8 for developing and testing React components in isolation. Storybook provides a powerful environment for creating and documenting UI components, making it easier to build and maintain a component library.

Table of Contents

Introduction

Storybook is an open-source tool for developing UI components in isolation for React, Vue, Angular, and more. It makes building stunning UIs organized and efficient.

This project uses Storybook 8 to:

  • Develop components in isolation.
  • Create a visual component library.
  • Test components visually and interactively.
  • Document components and their usage.

Setup

To set up the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/lev-bekker/shared-components.git
    cd shared-components
  2. Install the dependencies:

    npm install
  3. Start Storybook:

    npm run storybook

Storybook will start on http://localhost:6006.