Skip to content

Commit

Permalink
docs: Remove Select.Value in Select component (#1400)
Browse files Browse the repository at this point in the history
Co-authored-by: Davis SHYAKA <[email protected]>
  • Loading branch information
shyakadavis and shyakadavis authored Oct 30, 2024
1 parent 99e1438 commit 099be76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sites/docs/src/content/components/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ Install `bits-ui`:
</script>
<Select.Root>
<Select.Trigger class="w-[180px]">
<Select.Value placeholder="Theme" />
</Select.Trigger>
<Select.Trigger class="w-[180px]"></Select.Trigger>
<Select.Content>
<Select.Item value="light">Light</Select.Item>
<Select.Item value="dark">Dark</Select.Item>
Expand Down

0 comments on commit 099be76

Please sign in to comment.