Separator

A themed horizontal line for dividing content sections.

Figma Mockup

Separator

Preview

Rendered in WASM — scroll may behave differently from the rest of the page

Usage

rust
use ui_theme::components::separator;

separator(ui, &theme);

Props

Prop Type Default Description
ui &mut Ui required The egui UI context
theme &Theme required Theme instance