Skip to Content
ComponentsTaskbar

Taskbar

Taskbar builds the Windows 98 shell footer and exposes quick launch, dividers, notification area, and clock primitives.

Props

ExportKey propsDescription
Taskbarfooter propsRoot shell bar.
TaskbarQuickLaunchicons, defaultVisibleCount, visibleCount, onVisibleCountChange, iconStepWidthResizable quick launch icon strip.
TaskbarDividerdiv propsRaised separator.
TaskbarNotificationAreadiv propsInset tray container.
TaskbarSystemClockspan propsClient clock updated every second.

Examples

Shell taskbar

05:12 PM

ARIA

Taskbar renders a footer. Provide accessible names for custom task buttons and meaningful alt text for quick launch icons.

Keyboard

Taskbar primitives do not add global shell shortcuts. Keyboard behavior comes from the buttons, links, and menus you compose inside the taskbar.

SSR

TaskbarSystemClock is client-rendered and updates after mount. Use your own stable timestamp if exact server/client text is required.

Last updated on