Separator

Visually or semantically separates content.

Shadcn-Django

An open-source UI component library for Django, based on shadcn/ui.

Blog
Docs
Source

Installation

uvx shadcn_django@latest add separator

Usage

<c-separator />

Examples

Vertical

Blog
Docs
Source
<c-separator orientation='vertical' />

Non-decorative (Semantic)

<c-separator decorative='false' />