UNPKG

@trimble-oss/moduswebcomponents

Version:

Modus Web Components is a modern, accessible UI library built with Stencil JS that provides reusable web components following Trimble's Modus design system. This updated version focuses on improved flexibility, enhanced theming options, comprehensive cust

10 lines (8 loc) 237 B
// Used by inputs with labels rendered horizontally (checkbox, radio, toggle) to get label sizes. const DAISY_TO_MODUS_LABEL_SIZE = { xs: 'sm', sm: 'md', md: 'lg', lg: 'lg', }; export { DAISY_TO_MODUS_LABEL_SIZE as D };