Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@lego-box/ui-kit

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lego-box/ui-kit

Reusable UI component library for Lego Box - Tailwind CSS components with dark mode support

latest
Source
npmnpm
Version
0.1.10
Version published
Maintainers
1
Created
Source

@lego-box/ui-kit

Reusable UI component library for Lego Box applications. Built with React, TypeScript, and Tailwind CSS.

Installation

pnpm add @lego-box/ui-kit
# or
npm install @lego-box/ui-kit

Usage

Import components directly:

import { Button, Card, Input } from '@lego-box/ui-kit';

function MyComponent() {
  return (
    <Card>
      <Input placeholder="Enter text" />
      <Button>Submit</Button>
    </Card>
  );
}

CSS is automatically injected - no need to import stylesheets manually.

Components

  • Form Components: Button, Input, Checkbox, Label, Select, PasswordInput
  • Layout Components: Card, Dialog, Tabs, AdminShell, TopBar, SideNav
  • Data Display: DataTable, GroupedTable, Badge, StatusBadge, Pagination
  • User Management: UserFormDialog, RoleFormDialog, PermissionFormDialog
  • Feedback: Loading, NotFound, AccessDenied, Tooltip
  • And many more...

Theming

The library uses CSS variables for theming. Supports light and dark modes out of the box.

License

MIT

Keywords

react

FAQs

Package last updated on 19 Feb 2026

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