0.0.6 • Published 3 months ago

@nextdrive-test/uikit v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@nextdrive/uikit

Web UI Library made by React

Quick Start

pnpm install @nextdrive/uikit

Create a .d.ts file in your project to override the Mui theme type.

/// <reference types="@nextdrive-test/uikit/src/mui.d.ts" />

Import the themes you want to use.

import { ioeTheme } from "@nextdrive-test/uikit";
import { cemsTheme } from "@nextdrive-test/uikit";

Development

Prerequisites

Install

npm install -g pnpm
pnpm install

Run

pnpm storybook
0.0.6

3 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago