Separator

A dummy widget to create a seperation in menus.
This is actually not a component of lumino.

Example
//Python:
import dash
import dash_lumino_components as dlc

menu = dlc.Menu([
    dlc.Command(id="com:openwidget", label="Open", icon="fa fa-plus"),
    dlc.Separator(),
    dlc.Command(id="com:closeall", label="Close All", icon="fa fa-minus")
], id="openMenu", title="File")

Type Definitions

propTypes

Properties
NameTypeDescription
idstring

The id of the separator