wiener-diarium / curved-conjunction

https://digitarium.acdh-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

implement calendar component #8

Open linxOD opened 2 weeks ago

linxOD commented 2 weeks ago

https://github.com/acdh-oeaw/calendar-component

linxOD commented 2 weeks ago

some issues with the component: error A form label must be associated with a control astro/jsx-a11y/label-has-associated-control

<acdh-ch-calendar>
    <label>
        <span>Jahr:</span>
        <acdh-ch-calendar-year-picker></acdh-ch-calendar-year-picker>
    </label>
    <acdh-ch-calendar-year data-variant="sparse"></acdh-ch-calendar-year>
</acdh-ch-calendar>