Skip to content

BaseDatePicker

View source on GitHub

A modal date picker component using Vuetify, supporting dark theme and color customization. *

Props

NameTypeRequiredDescription
titlestringnoThe title displayed in the date picker.
valuestringnoThe selected date value.
colorstringnoThe color context for styling (e.g., "plant", "distillation").

Emits

  • update:value

Exposed Methods

sendDate()

Emit the selected date to the parent component.