Separator

Visually or semantically separates content.

Radix Primitives

An open-source UI component library.

Blog
Docs
Source

Anatomy

Import all parts and piece them together.

use leptos::prelude::*;
use singlestage::Separator;

#[component]
pub fn SeparatorAnatomy() -> impl IntoView {
    view! { <Separator /> }
}

API Reference

Separator

The separator.

Implements global attributes.