PKlknr / svelte-PickTime

Timepicker component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svelte-pickTime

A timepicker component - Demo

image

Props

  • timestamp - a Date() object

Events

  • input - on mouseup/touchend, with new timestamp as detail

Styling

Use these CSS custom properties to cutomize the colors:

  • --timepick-bg: Background-color
  • --timepick-center: Dot in the center
  • --timepick-time-bg: Background of time text
  • --timepick-time-active-color
  • --timepick-hand-active-color
  • --timepick-hand-hover-color

About

Timepicker component


Languages

Language:HTML 96.9%Language:JavaScript 3.1%