dreame-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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.

/dreame-ui/

    Package Sidebar

    Install

    npm i dreame-ui

    Weekly Downloads

    2

    Version

    0.0.7

    License

    BSD-3-Clause

    Unpacked Size

    289 kB

    Total Files

    217

    Last publish

    Collaborators

    • niko0xdev