* docs: fix checkbox and radio form examples
add type="checkbox|radio" and name in FormField
* docs: add `vee-validate` documentation link for checkbox and radio inputs
* chore: update `vee-validate` deps
* docs: add `color-scheme` to doc
this change will fix **Choose File** text color in input file
* docs: fix `Nuxt` logo in light mode
* docs: fix line number highlight
* docs(app): #162 add shadcn/vue VSCode extension
This pull request is intended to add the shadcn/vue VSCode extension to the installation guide.
Closes: #162
* docs: update announcement
* docs: credit, and format the text
---------
Co-authored-by: zernonia <zernonia@gmail.com>
* docs: improve the api reference of all the components
* docs(app): #152 add new-york theme
This pull request is intended to add the new-york theme for the newly created component examples.
Closes: #152
* chore: build registry
* chore: change usage of lucide icon in new-york
---------
Co-authored-by: zernonia <zernonia@gmail.com>
* feat: add toast
* feat: add new york version
* feat: add `VNode` type to toast description
* docs: use `toast` in form demos
* chore: run build registry
* docs: update announcement component, menu label
* refactor: change 'onUpdate:open' to 'onOpenChange' a more friendlier name
---------
Co-authored-by: Nik <dev@nkutinha.slmail.me>
Co-authored-by: Sadegh Barati <sadeghbaratiwork@gmail.com>
Co-authored-by: zernonia <zernonia@gmail.com>
The guide assumes TypeScript (for example mentioning tsconfig.json just below) however the suggested Vite template uses JavaScript. Perhaps suggest using the TypeScript template instead as then everything else works.
* feat: add `vee-validate`
* chore: update
* chore: update `AccountForm` example
- add `FormDescription` component
- include `src` in tsconfig
* refactor: use radix-vue `Slot` component
* chore: refresh lockfile
* chore: update `ProfileForm.vue` and `AccountForm`
fix vee-validate initialValues on components with `componentField` slotProp
* chore: update `AppearanceForm.vue`
update pnpm and some deps -_-
* refactor: update
- add new-york style
- off eslint import/first rule
- use `useId` from radix-vue
* fix: class-name -> class
* refactor: simplify validation for `Command` component
* fix: v-bind="field" -> v-bind="componentField"
* fix: useAttrs to prevent class duplication
* docs: add `form.md`
- change TabPreview.vue to showcase way of using vee-validate
* docs: add form example for `checkbox` `input` and `datepicker`
* docs: add `combobox`, `datepicker`, `radio-group`, `select`, `switch` and `textarea` form and some other exmaples
* chore: typo, update `zod`, `vite`, and `@vitejs/plugin-vue`