View Source Shino.UI.Separator (shino v0.2.0-alpha.1)

Provides separator related components.

Displays a line for separating content visually or semantically.

References

Summary

Functions

See Shino.UI.Separator.separator/1.

Renders a separator.

Examples

<.separator orientation="horizontal" />
<.separator orientation="vertical" />

Attributes

  • orientation (:string) - Defaults to "horizontal".
  • class (:any) - Defaults to nil.
  • Global attributes are accepted.