fix(select-item): define class and style props

This commit is contained in:
Eric Liu 2023-11-05 07:32:57 -08:00 committed by metonym
commit ebfa9ab62b
5 changed files with 59 additions and 9 deletions

View file

@ -8,7 +8,7 @@
</script>
<Select labelText="Carbon theme" selected="g10">
<SelectItem value="white" text="White" />
<SelectItem value="white" text="White" class="" style="" />
<SelectItem value="g10" text="Gray 10" />
<SelectItem value="g90" text="Gray 90" />
<SelectItem value="g100" text="Gray 100" />