sterling-svelte  1.0.4
A modern, accessible, lightweight UI component library for Svelte.

MenuSeparator

A styled line to visually separate groups of menu items in a menu.

Props

HTMLDivElement props are included.

/** Additional class names to apply. */
export let variant: string = '';

Anatomy

<div class="sterling-menu-separator" />

Playground