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.

8 lines (7 loc) 323 B
export { default as Box } from './Box'; export { default as Grid } from './Grid'; export { default as Stack } from './Stack'; export { default as Container } from './Container'; export { default as Skeleton } from './Skeleton'; export { default as Divider } from './Divider'; export type { DividerProps } from './Divider';