UNPKG

unicrn

Version:

CLI tool for adding React Native UI components inspired by shadcn/ui, built with Unistyles

14 lines (13 loc) 401 B
// UNICRN Component Library // Components are automatically exported when added via: npx unicrn add <component> export * from './Avatar'; export * from './Badge'; export * from './Button'; export * from './Card'; export * from './Checkbox'; export * from './Dialog'; export * from './OTPInput'; export * from './Input'; export * from './Radio'; export * from './Switch'; export * from './Typography';