Skip to main content

separator

Function separator 

Source
pub fn separator(_p: &SeparatorProps) -> String
Expand description

Returns the canonical CSS class string for a separator.

Upstream basecoat uses role="separator" on <hr> — no CSS class needed. This function always returns an empty string; the role attribute is handled by the component renderer, not the class function.