UNPKG

ds-smart-ui

Version:

Smart UI v1.0.5 — A production-ready React component library by PT Praisindo Teknologi. Covers inputs, navigation, data display, feedback, and layout with a unified design system, semantic Typography tokens, and full Storybook documentation.

5 lines (4 loc) 364 B
export type FormSizeTypes = "sm" | "md" | "lg"; export type FormRoundedTypes = "none" | "full" | "sm" | "md" | "lg"; export type FormColorTypes = "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "light" | "dark"; export type FormTypes = "text" | "password" | "email" | "number" | "tel" | "date" | "time" | "datetime-local" | "url" | "search";