Sistine

Table

Component
View in Storybook

A responsive table, with the glass material system and optional striped (alternating-brightness) or bordered rows.

Installation
Install this component using the shadcn CLI with your preferred package manager
bunx shadcn@latest add @sistine/table
Usage
Example code for using this component

Bordered rows: a subtle divider between each row (default).

NameStatusRole
John DoeActiveAdmin
Jane SmithActiveUser
Sam LeeInactiveEditor

Striped rows: alternating brightness, no dividers (pass striped).

NameStatusRole
John DoeActiveAdmin
Jane SmithActiveUser
Sam LeeInactiveEditor
Props
Component props and variants

This component supports the following variants:

  • default - Standard styling
  • glass - Glassmorphism effect (default)