Commit Graph

7 Commits

Author SHA1 Message Date
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
Selemondev
d5bb3a8a7a
docs: improve the installation section for each component (#50)
* docs: improve the installation section for each component

* docs: improve the installation section for each component

---------

Co-authored-by: Selemondev <selemondev@Selemondevs-MacBook-Pro.local>
2023-09-20 13:02:01 +08:00
zernonia
4017bc628c feat: vitepress docs 2023-08-30 15:42:00 +08:00
zernonia
90e2e2f7c0 chore: add vitepress 2023-08-30 10:14:37 +08:00
zernonia
81197d1e02
feat: dialog, alertdialog (#9)
* feat: dialog

* feat: alert-dialog

* chore: add demo
2023-08-23 18:12:48 +08:00
zernonia
444a8565b3 feat: add button, input, label basic components 2023-08-23 16:50:56 +08:00
zernonia
f540d332fb refactor: poc using radix-vue 2023-08-23 13:49:04 +08:00