@luminalityai/ui
v0.9.0
Published
Luminality design system package
Readme
@luminalityai/ui
Shared design system package for Luminality applications.
Installation
Published to the public npm registry:
npm install @luminalityai/uiPeer dependencies
This package declares the following peer dependencies (you must supply them):
react^19react-dom^19
Tailwind CSS v4 and tailwindcss-animate are bundled as regular dependencies (wired up in the package's stylesheet), so you do not need to install them yourself.
Usage
import { Button, Card, Dialog, AlertDialog } from "@luminalityai/ui"Import the stylesheet in your CSS:
@import "@luminalityai/ui/styles/index.css";Scripts
See the scripts block in package.json for the authoritative list. The most common ones:
npm run build— build the package todist/with Vite (vite build; types emitted viavite-plugin-dts)npm run check— type-check without emitting (tsc --noEmit)npm run lint— run ESLintnpm test— run the Vitest unit suite
