Example · Themes
Crane Straight Theme
Google Crane inspired theme with straight edges
Crane Straight Theme
Modern theme with sharp, straight edges:
index.tstypescript
1const picker = new TimepickerUI(input, {2 ui: { theme: 'crane-straight' }3});4picker.create();
With 12h Format
index.tstypescript
1const picker = new TimepickerUI(input, {2 ui: { theme: 'crane-straight' },3 clock: { type: '12h' }4});5picker.create();
With 24h Format
index.tstypescript
1const picker = new TimepickerUI(input, {2 ui: { theme: 'crane-straight' },3 clock: { type: '24h' }4});5picker.create();