@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 • 432 B
JavaScript
export const OFF_LABEL_RADIUS = {
small: '35.7%',
medium: '37.5%',
large: '38.9%',
xlarge: '40%'
};
export const THUMB_RADIUS = {
small: '40%',
medium: '42.85%',
large: '44.45%',
xlarge: '45.45%'
};
export const ITEMS_DIRECTION = {
start: 'row',
end: 'rowReverse',
top: 'column',
bottom: 'columnReverse'
};
export const ALIGN_ITEMS = {
start: 'center',
end: 'center',
top: 'start',
bottom: 'start'
};