Search
Search for a page

List / Row

A structured suite designed to mimic the signature, premium segmented tables of Apple system settings.

bunx shadcn-svelte@latest add https://ui.grgurevic.click/r/list.json

Usage

A clean settings panel example grouping networking and sound controls.

Network Connectivity
Sounds & Alerts
Silent Mode

Normal ringer alerts and system sound cues are currently active.

Best practices

The best practices when using list views.

  • Keep row labels brief and put descriptive notes in list section footers.
  • Choose icons with distinct colors to represent each option for easy recognition.
  • Use a logoSwitch in the trailing slot for toggleable settings rows instead of custom checkboxes.
  • Use chevron indicators to denote rows that navigate to sub-views via a logoNavigation Stack.

Components & Props

List sub-components and customization parameters.

Component / PropType / RoleDefaultDescription
List.SectionGroup section-Groups associated root elements together under structured system-wide segments.
List.RootList container-The direct wrapper surrounding rows. Smooths and locks border radiuses at corner bounds automatically.
List.RowFlexbox row item-A flexbox row segment providing automatic separators and hover highlight events.
headerstringundefinedOptional text label positioned above the section group.
footerstringundefinedOptional explanatory text positioned directly below the section group.
hrefstringundefinedTarget URL page link (transforms root into an `a` anchor).