Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@nextdrive-test/uikit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextdrive-test/uikit

Web UI Library made by React

latest
Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

@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

  • pnpm
  • storybook
  • typescript
  • react
  • mui

Install

npm install -g pnpm
pnpm install

Run

pnpm storybook

FAQs

Package last updated on 22 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts