shadcn-vue/apps/www
Sadegh Barati d03067db67
feat: add vee-validate (#85)
* 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`
2023-10-06 12:04:38 +08:00
..
__registry__ refactor: replace iconify icons with @radix-icons/vue for newyork style (#87) 2023-09-27 12:26:24 +08:00
.vitepress feat: add vee-validate (#85) 2023-10-06 12:04:38 +08:00
scripts chore: rerun registry 2023-09-06 10:10:36 +08:00
src feat: add vee-validate (#85) 2023-10-06 12:04:38 +08:00
package.json feat: add vee-validate (#85) 2023-10-06 12:04:38 +08:00
tailwind.config.js feat: b,c components 2023-08-30 22:47:55 +08:00
tsconfig.json feat: add vee-validate (#85) 2023-10-06 12:04:38 +08:00