OptionalsizesOptional array of sizes to display in the dropdown. If not provided, a default set of sizes will be used.
OptionalunitOptional unit to display next to the size values (e.g., 'px', 'pt'). Defaults to 'px'.
OptionalshowWhether to show the unit label next to the size values. Defaults to true.
OptionalhostOptional CSS class name to apply to the host element of the SizeSelect control. This allows for custom styling.
OptionaltriggerOptional CSS class name to apply to the trigger button of the SizeSelect control. This allows for custom styling.
OptionalmenuOptional CSS class name to apply to the dropdown menu of the SizeSelect control. This allows for custom styling.
OptionaloptionOptional CSS class name to apply to each option in the dropdown menu. This allows for custom styling.
OptionalpreviewOptional CSS class name to apply to the preview element that shows the selected size. This allows for custom styling.
OptionallabelOptional CSS class name to apply to the label element that shows the unit. This allows for custom styling.
OptionalselectedOptional CSS class name to apply to the selected option. This allows for custom styling.
OptionalopenOptional CSS class name to apply when the dropdown is open. This allows for custom styling.
Configuration options for the SizeSelect control. Provide only the properties you want to customize. All other properties will use default values.