The most basic usage of the component is to simply reference it with a name
attribute:
<x-time name="created_at" />
This will output the following HTML:
<input name="created_at" type="time" id="created_at" class="form-control">
You can use this component in the same way as the "Input" component because it extends it.