docs: update select.md with correct docs link (#94)

The link to vue-shadcn source & radix-vue docs was pointing to Popover component instead of Select component.
This commit is contained in:
Björn 2023-10-01 17:32:37 +02:00 committed by GitHub
parent 97a6369f2f
commit 417368bcd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
--- ---
title: Select title: Select
description: Displays a list of options for the user to pick from—triggered by a button. description: Displays a list of options for the user to pick from—triggered by a button.
source: apps/www/src/lib/registry/default/ui/popover source: apps/www/src/lib/registry/default/ui/select
primitive: https://www.radix-vue.com/components/popover.html primitive: https://www.radix-vue.com/components/select.html
--- ---