0.0.7 • Published 7 months ago

dreame-ui v0.0.7

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
7 months ago

DreameStore Storefront UI Components

License

This is a collection of reusable UI components for DreameStore Storefront.

Installation

You can install these UI components using PNPM as your package manager. If you don't have PNPM installed, you can do so by running:

npm install -g pnpm

Once you have PNPM installed, you can add niko0xdev/dreame-ui to your project using the following command:

pnpm install niko0xdev/dreame-ui

Usage

To use these UI components in your project, you can import them like any other package:

import { Button, Input, Card } from "niko0xdev/dreame-ui";

// Now you can use the UI components in your code.

Development with Storybook 7

We use Storybook for developing and showcasing our UI components. To start the Storybook development environment, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/DreameStore/ui.git
    cd dreame-store-ui
  2. Install Dependencies:

    Make sure you have PNPM installed. If not, install it globally with:

    npm install -g pnpm

    Then, install the project dependencies:

    pnpm install
  3. Start Storybook:

    Run the following command to start Storybook:

    pnpm run sb

    Storybook will start, and you can view your UI components in a development environment in your web browser at http://localhost:6006/.

License

This project is licensed under the BSD-3 License. See the LICENSE file for details.

0.0.7

7 months ago

0.0.2

7 months ago