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

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