ds-smart-ui
Version:
Smart UI is a React component library that helps you build accessible and responsive web applications.
5 lines (4 loc) • 345 B
TypeScript
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" | "url" | "search";