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.

4 lines (3 loc) 278 B
export { Cascade } from './Cascade'; export type { CascadeProps, CascadeInputProps, CascadeDropdownProps, CascadeOptionProps, CascadeEmptyProps, CascadePathProps, } from './Cascade'; export type { CascadeOption, CascadeValue, CascadeLevel, CascadeContextValue } from './types';