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.
6 lines (5 loc) • 418 B
TypeScript
export type ButtonVariantTypes = "contained" | "outlined" | "soft" | "soft-outlined" | "transparent" | "text" | "link" | "dashed";
export type ButtonColorTypes = "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "light" | "dark";
export type ButtonSizeTypes = "sm" | "md" | "lg";
export type TabSizeTypes = "sm" | "md" | "lg";
export type ButtonRoundedTypes = "none" | "full" | "sm" | "md" | "lg";