@nexa-ui-kit/core
v1.0.0
Published
Unstyled, accessible React components for building design systems
Maintainers
Readme
@nexa-ui-kit/core
Unstyled, accessible React components for building design systems.
Installation
npm install @nexa-ui-kit/core
# or
bun add @nexa-ui-kit/coreUsage
import { cn, Slot } from '@nexa-ui-kit/core'
// Use cn() for merging Tailwind classes
<div className={cn('px-4 py-2', props.className)} />
// Use Slot for asChild pattern
<Slot>{children}</Slot>Peer Dependencies
- React 17, 18 or 19
- React DOM 17, 18 or 19
License
MIT
