UNPKG

@wix/design-system

Version:

@wix/design-system

35 lines (32 loc) 1.24 kB
### dataHook - type: string - description: No description ### className - type: string - description: Specifies a CSS class name to be appended to the component’s root element. - internal ### as - type: "div" | "span" - description: No description ### children - type: ReactNode - description: No description ### features - type: { newColorsBranding?: boolean | undefined; compactMode?: boolean | undefined; } - description: No description ### theme - type: { className: string; } - description: No description ### locale - type: string - description: Define the user locale to be used and effect some translation and localization (like DatePicker) - this should be compliant to Intl language codes ### pageHeaderId - type: string - description: Define id that will be applied to the header of a main page ### mobile - type: boolean - description: Controls whether mobile styles should be applied on mobile viewport. DO NOT enable if using WDS inside an iframe. ### contextClassName - type: string - description: CSS class name propagated via context to components like Modal, Popover, PopoverNext, and SidePanel. Applied to portal nodes or root/content elements to ensure styling reaches content rendered outside the provider's DOM tree.