BlogPlaygroundOne

VDatePickerHeader API


Props
name
type
default
  | string
  | (string | [string, number])[]
  | (new () => any)
  | FunctionalComponent
undefined

Creates a v-icon component after default content in the append slot.

string
undefined

Applies specified color to the control - supports utility colors with or without text- prefix (for example success, purple or text-purple) or CSS color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page.

string
undefined

Sets the header content.

string
undefined

Sets the transition when the header changes.

Events
name
type
[]

Event that is emitted when the component is clicked.

[]

Emitted when appended icon is clicked.

Slots
never
never
never

Adds an item inside the input and after input content.

The default Vue slot.

Adds an item outside the input and before input content.