Select(style: [Select.bordered, Select.primary], [/* options */]),
Select(style: [Select.bordered, Select.secondary], [/* options */]),
Select(style: [Select.bordered, Select.accent], [/* options */]),
Select(style: [Select.bordered, Select.neutral], [/* options */]),
Select(style: [Select.bordered, Select.info], [/* options */]),
Select(style: [Select.bordered, Select.success], [/* options */]),
Select(style: [Select.bordered, Select.warning], [/* options */]),
Select(style: [Select.bordered, Select.error], [/* options */]),