Input Components
formkit-primevue tries to integrate as much PrimeVue inputs as possible.
WARNING
Used inputs by FormKit must be imported global (default).
They are referenced in the startup phase, if FormKit is enabled.
Naming in FormKit
Inputs are used in schema with prime as prefix and the input name as suffix.
E.g. InputMask -> primeInputMask
Supported Inputs
Below is a list of all supported PrimeVue input components. Click on a component name to view its full documentation and usage examples. For live examples, see the PrimeVue Inputs Demo.
- PrimeAutoComplete (Live Example)
- PrimeCascadeSelect (Live Example)
- PrimeCheckbox (Live Example)
- PrimeColorPicker (Live Example)
- PrimeDatePicker (Live Example)
- PrimeInputMask (Live Example)
- PrimeInputNumber (Live Example)
- PrimeInputOtp (Live Example)
- PrimeInputText (Live Example)
- PrimeKnob (Live Example)
- PrimeListbox (Live Example)
- PrimeMultiSelect (Live Example)
- PrimePassword (Live Example)
- PrimeRadioButton (Live Example)
- PrimeRating (Live Example)
- PrimeSelect (Live Example)
- PrimeSelectButton (Live Example)
- PrimeSlider (Live Example)
- PrimeTextarea (Live Example)
- PrimeToggleButton (Live Example)
- PrimeToggleSwitch (Live Example)
- PrimeTreeSelect (Live Example)