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

@nextdrive/uikit

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextdrive/uikit

[![npm version](https://img.shields.io/npm/v/@nextdrive/uikit.svg)](https://www.npmjs.com/package/@nextdrive/uikit)

latest
Source
npmnpm
Version
0.2.5
Version published
Maintainers
3
Created
Source

@nextdrive/uikit

npm version

Web UI Library made by React

Quick Start

pnpm install @nextdrive/uikit
"peerDependencies": {
  "@emotion/react": "^11.11.1",
  "@emotion/styled": "^11.11.0",
  "@mui/icons-material": "^5.14.8",
  "@mui/material": "^5.14.3",
  "@mui/x-data-grid": "^6.11.1",
  "@mui/x-date-pickers": "^6.11.1",
  "react": "^18.2.0",
  "react-dom": "^18.2.0",
  "react-svg": "^16.1.21"
},

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

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

Import the themes you want to use.

import { createNDTheme } from "@nextdrive/uikit";
import { CheckCircle, RadioButtonUnchecked, ArrowDropDown } from "@mui/icons-material";

const ioeTheme = createNDTheme("ioe");
const cemsTheme = createNDTheme("cems");

Development

Prerequisites

Install

npm install -g pnpm
pnpm install

Run

pnpm storybook

FAQs

Package last updated on 17 Sep 2025

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