Example · Themes
AI Theme
Futuristic AI-inspired theme with modern aesthetics
AI Theme
Futuristic theme inspired by AI interfaces:
index.tstypescript
1const picker = new TimepickerUI(input, {2 ui: { theme: 'ai' }3});4picker.create();
AI with 12h
index.tstypescript
1const picker = new TimepickerUI(input, {2 ui: { theme: 'ai' },3 clock: { type: '12h' }4});5picker.create();
AI with 24h
index.tstypescript
1const picker = new TimepickerUI(input, {2 ui: { theme: 'ai' },3 clock: { type: '24h' }4});5picker.create();