Appearance
Rendered Component
Props
Name | Type | Required | Default | Description | Example |
---|
Code Example
html
<IuDatePicker
:value="new Date().setDate(new Date().getDate() + 2)"
:min="new Date()"
:max="new Date().setDate(new Date().getDate() + 14)"
name="startdate"
label="Date"
validations="required">
</IuDatePicker>