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

21 lines 502 B
export const DropDownItemContainer_defaultProps = { dataId: 'drpdwnItemContainer' }; export const DropDownHeading_defaultProps = { customClass: '', children: null, palette: 'light', a11y: {}, dataId: 'DropDownHeading', dataSelectorId: 'dropdownHeading' }; export const DropDownItem_defaultProps = { active: false, dataId: 'dropDwnItemContainer' }; export const DropDownSearch_defaultProps = { size: 'medium', textBoxSize: 'medium', customClass: {}, dataId: 'DropDownSearch' };