mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Validation examples added
This commit is contained in:
parent
23c2210493
commit
a0b0c29290
20 changed files with 1717 additions and 28 deletions
|
@ -7,6 +7,7 @@ import AccessibilityDoc from '@/doc/checkbox/AccessibilityDoc';
|
|||
import BasicDoc from '@/doc/checkbox/BasicDoc';
|
||||
import DisabledDoc from '@/doc/checkbox/DisabledDoc';
|
||||
import DynamicDoc from '@/doc/checkbox/DynamicDoc';
|
||||
import VeeValidateDoc from '@/doc/checkbox/form/VeeValidateDoc';
|
||||
import GroupDoc from '@/doc/checkbox/GroupDoc';
|
||||
import ImportDoc from '@/doc/checkbox/ImportDoc';
|
||||
import InvalidDoc from '@/doc/checkbox/InvalidDoc';
|
||||
|
@ -46,6 +47,18 @@ export default {
|
|||
label: 'Disabled',
|
||||
component: DisabledDoc
|
||||
},
|
||||
{
|
||||
id: 'form',
|
||||
label: 'Form',
|
||||
description: 'Compatibility with popular Vue form libraries.',
|
||||
children: [
|
||||
{
|
||||
id: 'veevalidate',
|
||||
label: 'VeeValidate',
|
||||
component: VeeValidateDoc
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 'style',
|
||||
label: 'Style',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue