shadcn_ui-separator

Installation
SKILL.md

Shadcn UI — Separator

Instructions

ShadSeparator visually or semantically separates content. Use ShadSeparator.horizontal for a horizontal line (e.g. between rows); use ShadSeparator.vertical for a vertical line (e.g. between columns). Optional: thickness, margin, radius, color.

Horizontal

const ShadSeparator.horizontal(
  thickness: 4,
  margin: EdgeInsets.symmetric(horizontal: 20),
  radius: BorderRadius.all(Radius.circular(4)),
)

Vertical

const ShadSeparator.vertical(
  thickness: 4,
  margin: EdgeInsets.symmetric(vertical: 20),
  radius: BorderRadius.all(Radius.circular(4)),
)
Related skills

More from serverpod/skills-registry

Installs
6
GitHub Stars
8
First Seen
Apr 13, 2026