UNPKG

its-just-ui

Version:

ITS Just UI - The easiest and best React UI component library. Modern, accessible, and customizable components built with TypeScript and Tailwind CSS. Simple to use, production-ready components for building beautiful user interfaces with ease.

38 lines (37 loc) 1.02 kB
export * from './Accordion'; export * from './Alert'; export * from './Anchor'; export * from './Autocomplete'; export * from './Avatar'; export * from './Badge'; export * from './Breadcrumb'; export * from './Button'; export * from './Card'; export * from './Carousel'; export * from './Cascade'; export * from './Checkbox'; export * from './Chip'; export * from './ColorPicker'; export * from './Dialog'; export * from './Drawer'; export * from './Input'; export * from './List'; export * from './Pagination'; export * from './Popover'; export * from './Progress'; export * from './RadioGroup'; export * from './Rating'; export * from './Segmented'; export * from './Select'; export * from './Skeleton'; export * from './Stepper'; export * from './Slider'; export * from './Switch'; export * from './Table'; export * from './ThemeProvider'; export * from './ToggleButtons'; export * from './Tooltip'; export * from './TreeSelect'; export * from './Splitter'; export * from './Upload'; export * from './DatePicker';