Skip to content
/ ui Public
forked from hanzoai/ui

๐Ÿ˜Ž Lux UI Library for AI+Blockchain powered apps.

License

Notifications You must be signed in to change notification settings

luxfi/ui

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1,066 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

@lux/ui

Accessible and customizable components for React, Vue, Svelte, and React Native. Built on shadcn/ui with multi-framework support, 3D components, AI components, and advanced features.

hero

Features

  • 161+ Components - 3x more than shadcn/ui
  • Multi-Framework - React, Vue, Svelte, React Native
  • Two Themes - Default & New York variants
  • AI Components - Chat, assistants, playground
  • 3D Components - Interactive 3D elements
  • Animations - Advanced motion components
  • Page Builder - Visual drag-drop interface
  • White-Label - Fork and rebrand easily
  • Blocks - 24+ production-ready templates
  • Accessible - Built with Radix UI primitives
  • Customizable - Tailwind CSS powered
  • TypeScript - Fully typed

Quick Start

Installation

npm install @luxfi/ui
# or
pnpm add @luxfi/ui

Usage

import { Button, Card, Input } from '@luxfi/ui'

export function App() {
  return (
    <Card>
      <Card.Header>
        <Card.Title>Welcome</Card.Title>
      </Card.Header>
      <Card.Content>
        <Input placeholder="Enter text..." />
      </Card.Content>
      <Card.Footer>
        <Button>Submit</Button>
      </Card.Footer>
    </Card>
  )
}

Documentation

Visit ui.hanzo.ai for full docs.

CLI

npx @luxfi/ui add button
npx @luxfi/ui add card dialog

Packages

  • @luxfi/ui - Main UI library (161 components)
  • @luxfi/auth - Authentication components
  • @luxfi/commerce - E-commerce components
  • @luxfi/brand - Branding system

Development

git clone https://github.com/hanzoai/ui.git
cd ui
pnpm install
pnpm dev

Contributing

Please read the contributing guide.

License

MIT - See LICENSE.md for details.


Built by Hanzo

About

๐Ÿ˜Ž Lux UI Library for AI+Blockchain powered apps.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.9%
  • MDX 6.0%
  • HTML 1.7%
  • CSS 1.5%
  • JavaScript 0.8%
  • Shell 0.1%