Skip to content

Props & Gebeurtenissen

Props

PropTypeStandaardBeschrijving
modelValuestring''Geselecteerde waarde (ISO-formaat)
type'date' | 'datetime-local' | 'time''date'Selectormodus
displayFormatstring--Weergaveformaat
langstring'tr'Taalcode
minstring--Minimumdatum
maxstring--Maximumdatum
rangebooleanfalseBereikselectie activeren
hourFormat'24' | '12''24'Tijdformaat

CSS-variabelen

css
:root {
  --bt-primary: #8b5cf6;
  --bt-text: #f8fafc;
  --bt-bg: #1e1e2e;
}
[data-theme="light"] {
  --bt-text: #1e293b;
  --bt-bg: #ffffff;
}

Released under the MIT License.