UNPKG

another-ui

Version:

as the name says, it's another ui library for React built on Tailwind & Shadcn

4 lines (3 loc) 278 B
export { Accordion } from './components/Accordion'; export { Button, type ButtonProps, type ButtonVariants, IconButton, type IconButtonProps, type IconButtonVariants, } from './components/Button'; export { Input, type InputProps, type InputVariants } from './components/Input';