% Auto-generated: do not edit by hand
\name{dlcSeparator}

\alias{dlcSeparator}

\title{Separator component}

\description{
A dummy widget to create a seperation in menus.   This is actually not a component of lumino. @hideconstructor  @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")
}

\usage{
dlcSeparator(id=NULL)
}

\arguments{
\item{id}{Character. The id of the separator
@type {string}}
}

\value{named list of JSON elements corresponding to React.js properties and their values}

