No Datepicker?
As pointed out in another comment, it's under the form elements, not listed as a top-level component as many UI libraries do
https://oat.ink/components/#form
Which actually makes sense: Oat's driving philosophy seems to be to use and enhance native controls as much as possible, and the date picker is already a native type on the input element.
I'm not a web dev, but doesn't HTML come with a date picker?
As pointed out in another comment, it's under the form elements, not listed as a top-level component as many UI libraries do
https://oat.ink/components/#form
Which actually makes sense: Oat's driving philosophy seems to be to use and enhance native controls as much as possible, and the date picker is already a native type on the input element.