diff --git a/.vscode/settings.json b/.vscode/settings.json index de76ab63..4c691c48 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,8 +2,8 @@ "prettier.enable": false, "editor.formatOnSave": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.organizeImports": false + "source.fixAll.eslint": "explicit", + "source.organizeImports": "never" }, "eslint.validate": [ diff --git a/apps/www/src/content/docs/components/calendar.md b/apps/www/src/content/docs/components/calendar.md index 82301a24..ccdc9971 100644 --- a/apps/www/src/content/docs/components/calendar.md +++ b/apps/www/src/content/docs/components/calendar.md @@ -1,6 +1,8 @@ --- title: Calendar description: A date field component that allows users to enter and edit date. +source: apps/www/src/lib/registry/default/ui/calendar +primitive: https://vcalendar.io/ --- diff --git a/apps/www/src/content/docs/components/combobox.md b/apps/www/src/content/docs/components/combobox.md index 8134d38e..ad697ef9 100644 --- a/apps/www/src/content/docs/components/combobox.md +++ b/apps/www/src/content/docs/components/combobox.md @@ -1,7 +1,6 @@ --- title: Combobox -description: Autocomplete input and command palette with a list of suggestions. -component: true +description: Autocomplete input and command palette with a list of suggestions. --- diff --git a/apps/www/src/content/docs/components/data-table.md b/apps/www/src/content/docs/components/data-table.md index cec3a907..8a64cd64 100644 --- a/apps/www/src/content/docs/components/data-table.md +++ b/apps/www/src/content/docs/components/data-table.md @@ -1,6 +1,7 @@ --- title: Data Table description: Powerful table and datagrids built using TanStack Table. +primitive: https://tanstack.com/table/v8/docs/guide/introduction --- diff --git a/apps/www/src/content/docs/components/form.md b/apps/www/src/content/docs/components/form.md index 04cff449..3dd47c3e 100644 --- a/apps/www/src/content/docs/components/form.md +++ b/apps/www/src/content/docs/components/form.md @@ -1,6 +1,7 @@ --- title: VeeValidate description: Building forms with VeeValidate and Zod. +primitive: https://vee-validate.logaretm.com/v4/guide/overview/ --- Forms are tricky. They are one of the most common things you'll build in a web application, but also one of the most complex.