DS
Premium Docs

Design System Showroom

Published-package documentation wired to the real DS runtime so the same routes reveal how tenant and engine reshape identical component contracts.
Rottay / modern
Published package
Primary
#0A0A0A
Rottay
Radius
14px
Surface shape
DensitynormalPlatform Flagship
NavigatorLibrary map
8 sections
212 routes
Foundations first, then primitives, patterns, structures, and surfaces. Keep this rail legible enough to scan without hunting.
Foundations4 documented routes
4
Tokens
Themes
Engines
Icons
109
97
Display
Inputs
Feedback
Layout
Navigation
Overlay
21
Headers
Workspace
Record
Dashboard
Feedback
36
Admin
Data
Experience
Forms
Operations
Workspace
3
Platform
Bit Hire
Evnto
1
Playground
2
Developers
Runtime fingerprintToken readout from the active provider chain.
Live DS
Runtime
Platform
Rottay
Rottay / ModernPlatform Flagship
Primary
#0A0A0ASecondary #6B6B6B
Radius
14pxxl 18px
Density
normalBorder-light cards
Accent
Badge
Compact runtime evidence across 3+ token signals.
Published DS package · Pattern Library · Rottay / modernShared route metadata for the active runtime, kept inline so the shell reads like a thin header band.
Palette
#0A0A0ARottay
Chrome
Modernrenderer posture
Radius
14pxsurface shape
Density
normalPlatform Flagship
Patterns
Data
List Toolbar

List Toolbar

Active profilePlatform Flagship
Runtime postureRottay / modern
Patterns reference for List Toolbar.
Runtime controls
TenantRottay
Patterns/Data/List Toolbar
Data
3 engines
Runtime-driven docs
ListToolbar

List Toolbar

Toolbar for list-level actions and search
Data patterns should demonstrate density, scanning speed, and operational control without collapsing under real volume.
How to read this page
Use the showroom switchers in the sidebar to change engine and tenant. The comparison grid below keeps the active tenant and swaps engines so we can inspect the pattern instead of page-local editorial chrome.
TierPatternReusable workflow or composition contract.
GroupDataStart with sorting and filtering cues.
Best paired withCollectionHeaderUsually lands inside ListSurface.
Live preview

Compare the same pattern across engines

Sidebar tenant drives this
List Toolbar
This comparison is the documentation surface. If the pattern only reads well inside local chrome, we should fix the pattern or its preview runtime before teams style around it.

Preview heuristics

3 items
Compare density, action placement, and state readability before aesthetic flavor.
Judge the pattern itself, not any showroom-local framing around it.
If the pattern only works with extra chrome, the pattern or preview runtime still needs work.

Structure pairing

3 items
CollectionHeader
TableToolbar
ActiveFiltersBar
Rottay
3 live engines
Same tenant, isolated engine
Consumption

Import and usage

Treat the pattern as a reusable task contract. Keep route-specific business rules outside and use these snippets as the fast-reading baseline.
Consumption contract

Usage notes

3 items
Import from the published package rather than building route-local wrappers first.
Pass data, config, and callbacks while keeping product semantics in the consuming app.
Escalate to a surface only once the whole screen contract is stable, not just the task module.

Surface fit

3 items
ListSurface
ReportSurface
CollectionWorkspaceSurface
API surface

Props

6 rows
List Toolbar propsProp contracts stay readable across dark-first and light-first tenants.
6 props
1 required
5 optional
Fast readStart with required props, then scan defaults before dropping to per-row details.
Contract postureThis reference stays intentionally concise so the primitive contract remains scannable.
Name
Type
Default
Required
Description
Required
Optional
Optional
Optional
Optional
Optional
Related patterns

Continue within Data

Browse all
Data Table
3 engines
Full-featured data table with sorting, filtering, pagination, selection, and virtual scrolling
Bulk Select Toggle
3 engines
Select-all toggle for bulk operations on table rows
Cell Renderers
3 engines
Typed cell renderers for common column types (text, number, date, status, actions)
Column Settings
3 engines
Column visibility and order configuration panel
Primitives97 documented routes
PatternsCurrent section
48
Data
Data Table
Bulk Select Toggle
Cell Renderers
Column Settings
Detail Panel
Gallery View
Grid View
Saved Views
Stats Grid
Status Filter Pills
Forms
Visualization
Communication
Workflow
Navigation
Misc
Structures21 documented routes
Surfaces36 documented routes
Verticals3 documented routes
Playground1 documented routes
Developers2 documented routes
roundedtop bar · solid dividers
EngineModern
Engine comparisonEngine comparisonThe active tenant stays real while the same component is rendered by every engine. The wrapper stays intentionally quiet so engine differences come from the DS itself.
ClassicAnt Design
Live provider
Data patternListToolbar
Check scanning speed, selection, and whether the runtime is coming from the real DS export.
Members128
ModernDaisyUI
Live provider
Data pattern
ListToolbar
Check scanning speed, selection, and whether the runtime is coming from the real DS export.
Members
128
RusticVanilla CSS
Live provider
Data pattern
ListToolbar
Check scanning speed, selection, and whether the runtime is coming from the real DS export.
Members
128

What to evaluate

3 items
sorting and filtering cues
selection model
states from sparse to dense

Structure pairing

3 items
CollectionHeader
TableToolbar
ActiveFiltersBar

Surface fit

3 items
ListSurface
ReportSurface
CollectionWorkspaceSurface
ImportPublished package entrypoint, ready to copy.
tsx
1 line
Consumption
Runtime-aware snippet
ImportTSX
Quick copy
import { ListToolbar } from '@rottay/design-system';
UsagePaste-ready example that shows the base contract first.
tsx
5 lines
Consumption
Runtime-aware snippet
UsageTSX
Quick copy
<ListToolbar
  data={data}
  config={config}
  onAction={handleAction}
/>
items
T[]
none
Primary collection rendered by the pattern.
filters
FilterState
none
Active filters, sorts, or view state applied to the collection.
selection
SelectionState
none
Selection model used for bulk actions or contextual panels.
onAction
(action) => void
none
Handles row-level or collection-level actions emitted by the pattern.
className
string
none
Additional class names for product-specific composition and layout hooks.
style
CSSProperties
none
Inline overrides for one-off layout or diagnostic preview adjustments.
items
Required
T[]none
Primary collection rendered by the pattern.
filters
Optional
FilterStatenone
Active filters, sorts, or view state applied to the collection.
selection
Optional
SelectionStatenone
Selection model used for bulk actions or contextual panels.
onAction
Optional
(action) => voidnone
Handles row-level or collection-level actions emitted by the pattern.
className
Optional
stringnone
Additional class names for product-specific composition and layout hooks.
style
Optional
CSSPropertiesnone
Inline overrides for one-off layout or diagnostic preview adjustments.
List Toolbar
Status: ActiveTeam: Ops
2 active
Status: Active
Team: Ops
Status: ActiveTeam: Ops