UNPKG

struct-ui-components

Version:

A collection of reusable, customizable React components built with TypeScript, Tailwind CSS, and Storybook. Designed for modern UI development with flexibility and scalability.

12 lines (11 loc) 255 B
export type ColorVariants = | "primary" | "secondary" | "tertiary" | "clear" | "warning" | "danger" | "success" | "info"; export type FillVariant = "outline" | "ghost" | "solid"; export type SizeVariant = "xs" | "sm" | "md" | "lg" | "xl";