UNPKG

its-just-ui

Version:

ITS Just UI - React 18 & React 19 UI component library. 36+ accessible, TypeScript-native components with Tailwind CSS. Zero-config Material UI alternative for SaaS dashboards and enterprise apps.

4 lines (3 loc) 261 B
export * from './Button'; export { Button, ButtonIcon, ButtonLabel, ButtonSpinner, useButtonContext } from './Button'; export type { ButtonProps, ButtonVariant, ButtonSize, ButtonStatus, ButtonTransition, ButtonBaseProps, ButtonContextValue, } from './Button';