Version:
Install
npm i @vaadin-component-factory/vcf-month-pickerImport
javascript
import '@vaadin-component-factory/vcf-month-picker/dist/src/vcf-month-picker.js';Variants
Default
vue
<template>
<vcf-month-picker label="Monat"></vcf-month-picker>
</template>With Value
vue
<template>
<vcf-month-picker label="Monat" value="2025-03"></vcf-month-picker>
</template>Read Only
vue
<template>
<vcf-month-picker label="Monat" value="2025-03" readonly></vcf-month-picker>
</template>Disabled
vue
<template>
<vcf-month-picker label="Monat" disabled></vcf-month-picker>
</template>