View Source Shino.UI.Separator (shino v0.1.1-alpha.0)

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 (:string) - Defaults to nil.
  • Global attributes are accepted.