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.

6 lines (5 loc) 152 B
export { default as Card } from './Card'; export * from './Card'; export * from './types'; export * from './context'; export { default } from './Card';