Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 598 Bytes

File metadata and controls

26 lines (17 loc) · 598 Bytes

@magnee/ui

Shared React component library used by both the extension and the web app.

Components

  • accordion.tsx — Collapsible sections (Radix)
  • button.tsx — Button with variants (CVA)
  • card.tsx — Card container
  • select.tsx — Select dropdown (Radix)
  • switch.tsx — Toggle switch (Radix)

Assets

  • logo.tsx — Inline SVG logo (no static asset dependency)

Usage

import { Button } from '@magnee/ui/components/button'
import { MagneeLogo } from '@magnee/ui/assets/logo'

Peer Dependencies

React 18+, Radix UI, CVA, Tailwind Merge, Lucide React