Date Picker

A date picker component.

Component Code
<x-aui::date-picker class="w-96" mode="single" />

The date picker is built using the calendar component, the mode, required, and value attributes are passed as attributes to the calendar component, other attributes are passed to the hidden input element(s), and visible button element.