Ap-StepMenu
Example
Current Step = 0
Code :
ts
<ApStepMenu :items="items" :currentStep="currentStep"
@update:currentStep="(newvalue)=>currentStep= newvalue"/>
const items = [
{
label: 'Configuration',
icon: 'ap-icon ap-filters'
},
{
label: 'Importation',
icon: 'ap-icon ap-tag'
},
{
label: 'Pagination',
icon: 'ap-icon ap-page2'
},
];
Name | Type | Default | Required |
---|---|---|---|
items | array | null | true |
currentStep | boolean | 0 | false |