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

24 lines 554 B
exports.config = { "preprocess": { "runner": "./preprocess/index.js" }, "css": { "plugins": { "hasRTL": true, "cssVariableReplacement": true }, "patterns": { "cssVariableReplacement": [ "**/src/**", "**/lib/**", "**/es/**", "!**/node_modules/**" ], "hasRTL": [ "**/src/**", "!**/node_modules/**" ] }, "cssVariableReplacementConfig": "./node_modules/@zohodesk-private/css-variable-migrator/es/config/cssVariableReplacementOptions.json" } }