UNPKG

@zohodesk/components

Version:

Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development

10 lines 271 B
export { default as Container } from "./Container"; export { default as Box } from "./Box"; // let Layout = { // docs: { // componentGroup: 'Layout', // folderName: 'Style Guide', // external: true, // description: ' ' // } // }; // export { Layout };