feat(html): add time slider element (#656)

This commit is contained in:
rahim
2026-02-28 20:52:27 -08:00
committed by GitHub
parent d5df0150b3
commit 26c7395cd0
7 changed files with 297 additions and 18 deletions
+1
View File
@@ -38,3 +38,4 @@ export { ThumbnailElement } from './ui/thumbnail/thumbnail-element';
export { TimeElement } from './ui/time/time-element';
export { TimeGroupElement } from './ui/time/time-group-element';
export { TimeSeparatorElement } from './ui/time/time-separator-element';
export { TimeSliderElement } from './ui/time-slider/time-slider-element';