OctantisWeb.Components.Polaris.Bleed (octantis v0.1.11)

View Source

Applies negative margin to allow content to bleed out into the surrounding layout.

Examples

  </.bleed>

See

Summary

Functions

Applies negative margin to allow content to bleed out into the surrounding layout.

Build Style elements

Functions

bleed(assigns)

Applies negative margin to allow content to bleed out into the surrounding layout.

Examples

  </.bleed>

See

Attributes

  • margin_inline (:list) - Negative horizontal space around children.Examples include [xs: "500"].
  • margin_block (:list) - Negative vertical space around children.Examples include [xs: "500"].
  • margin_block_start (:list) - Negative top space around children.Examples include [xs: "500"].
  • margin_block_end (:list) - Negative bottom space around children.Examples include [xs: "500"].
  • margin_inline_start (:list) - Negative left space around children.Examples include [xs: "500"].
  • margin_inline_end (:list) - Negative right space around children.Examples include [xs: "500"].
  • style (:string) - Style attribute.
  • display (:string) - Style attribute.
  • margin (:string) - Style attribute.
  • max_height (:string) - Style attribute.
  • min_height (:string) - Style attribute.
  • object_fit (:string) - Style attribute.
  • flex_grow (:string) - Style attribute.
  • justify_content (:string) - Style attribute.
  • grid_auto_rows (:string) - Style attribute.
  • grid_template_columns (:string) - Style attribute.
  • grid_template_rows (:string) - Style attribute.
  • align_items (:string) - Style attribute.
  • align_self (:string) - Style attribute.

Slots

  • inner_block

style(attrs)

Build Style elements