Skip to content

Commit 053aee3

Browse files
committed
feat: add PrimeVue input and output components documentation
1 parent 6ded983 commit 053aee3

32 files changed

+69
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Formkit - Primevue
22

3-
PrimeVue based [FormKit Inputs](https://sfxcode.github.io/formkit-primevue/guide/inputs.html) for using [FormKit](https://formkit.com/) with the [PrimeVue UI Framework](https://www.primefaces.org/primevue/#/).
3+
PrimeVue based [FormKit Inputs](https://sfxcode.github.io/formkit-primevue/guide/inputs.html) for using [FormKit](https://formkit.com/) with the [PrimeVue UI Framework](https://primevue.org/#/).
44

55
Main focus of this project is to provide configuration based forms with validation.
66

docs/component/PrimeAutoComplete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ const schema = [
6161
| fluid | boolean | Full width input |
6262
| separators | array | Separators for multiple values |
6363

64-
See [PrimeVue AutoComplete docs](https://www.primefaces.org/primevue/autocomplete/) for more details.
64+
See [PrimeVue AutoComplete docs](https://primevue.org/autocomplete/) for more details.
6565

docs/component/PrimeCascadeSelect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ const schema = [
7676
| unstyled | boolean | Disable default styles |
7777
| size | string | Input size |
7878

79-
See [PrimeVue CascadeSelect docs](https://www.primefaces.org/primevue/cascadeselect/) for more details.
79+
See [PrimeVue CascadeSelect docs](https://primevue.org/cascadeselect/) for more details.
8080

docs/component/PrimeCheckbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ const data = { readonly: true }
3030

3131
## Props
3232
// ...existing code...
33-
See [PrimeVue Checkbox docs](https://www.primefaces.org/primevue/checkbox/) for more details.
33+
See [PrimeVue Checkbox docs](https://primevue.org/checkbox/) for more details.

docs/component/PrimeColorPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ const data = {}
3535
| ptOptions | object | Pass-through options |
3636
| unstyled | boolean | Disable default styles |
3737

38-
See [PrimeVue ColorPicker docs](https://www.primefaces.org/primevue/colorpicker/) for more details.
38+
See [PrimeVue ColorPicker docs](https://primevue.org/colorpicker/) for more details.

docs/component/PrimeDatePicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ const data = {}
3939
| manualInput | boolean | Allow manual input |
4040
| ... | ... | See PrimeVue docs for all props |
4141

42-
See [PrimeVue DatePicker docs](https://www.primefaces.org/primevue/datepicker/) for more details.
42+
See [PrimeVue DatePicker docs](https://primevue.org/datepicker/) for more details.

docs/component/PrimeInputMask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ const data = {}
3939
| variant | string | Visual variant |
4040
| size | string | Input size |
4141

42-
See [PrimeVue InputMask docs](https://www.primefaces.org/primevue/inputmask/) for more details.
42+
See [PrimeVue InputMask docs](https://primevue.org/inputmask/) for more details.

docs/component/PrimeInputNumber.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ const data = {}
4949
| placeholder | string | Placeholder text |
5050
| size | string | Input size |
5151

52-
See [PrimeVue InputNumber docs](https://www.primefaces.org/primevue/inputnumber/) for more details.
52+
See [PrimeVue InputNumber docs](https://primevue.org/inputnumber/) for more details.

docs/component/PrimeInputOtp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ const data = {}
3636
| unstyled | boolean | Disable default styles |
3737
| size | string | Input size |
3838

39-
See [PrimeVue InputOtp docs](https://www.primefaces.org/primevue/inputotp/) for more details.
39+
See [PrimeVue InputOtp docs](https://primevue.org/inputotp/) for more details.

docs/component/PrimeInputText.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ const data = { name: 'Harry Potter', iconLeft: 'Some Text ...', iconRight: 'Anot
3636
| inputType | string | Input type (e.g. text, tel) |
3737
| placeholder | string | Placeholder text |
3838

39-
See [PrimeVue InputText docs](https://www.primefaces.org/primevue/inputtext/) for more details.
39+
See [PrimeVue InputText docs](https://primevue.org/inputtext/) for more details.

0 commit comments

Comments
 (0)