BetaPublic beta — Read the release notes
Documentation

Separator

Horizontal or vertical visual divider.

Package
@solidiom/separator
Version
0.0.1-next.0
Status
stable

Generated from the package's public source.

API

Rootcomponent

                        Root(props: RootProps): Element
                      

Props

class?
string
decorative?
boolean — When true, the separator is purely decorative (role="none").
orientation?
"horizontal" | "vertical" — Orientation of the separator.
style?
string | CSSProperties

View source

RootPropsinterface

Props

class?
string
decorative?
boolean — When true, the separator is purely decorative (role="none").
orientation?
"horizontal" | "vertical" — Orientation of the separator.
style?
string | CSSProperties

View source