OctantisWeb.Components.PolarisWC.SDivider (octantis v0.2.0)

View Source

Create clear visual separation between elements in your user interface.

See:

Summary

Functions

Create clear visual separation between elements in your user interface.

Functions

s_divider(assigns)

Create clear visual separation between elements in your user interface.

See:

Attributes

  • color (:string) - Modify the color to be more or less intense.

  • direction (:string) - Specify the direction of the divider.

    An 'inline' divider separates blocks of content. In a left-to-right or right-to-left writing mode, this would typically be a horizontal line.

    A 'block' divider separates items within the current line of content. In a left-to-right or right-to-left writing mode, this would typically be a vertical line.

  • Global attributes are accepted.