Use A12 Datepicker Widget without Input?

Our application has a custom Dashboard (all custom HTML) and we received the requirement to add to it an A12 Datepicker as can be seen in the screenshot:

Every time someone selects a date in the date picker a callback would be called.
However, all I can find is the A12 DateInput widget (from @com.mgmtp.a12.widgets/widgets-core/lib/datepicker) which automatically comes together with the Input element and the button to open the Datepicker:
grafik

Is it somehow possible to just render a Datepicker widget without the Input and Button elements?

Hi @werther-veiled-cliff,
What is the version of Widgets that you are using?
I’ve tried to play around with version 37.0.1 and I’ve achieved your case by using this component:
import { DatePicker } from "@com.mgmtp.a12.widgets/widgets-core"

That´s it! Works!
Thank you so much for answering so quickly!