OctantisWeb.Components.Polaris.Image (octantis v0.1.13)

View Source

Just an image.

Examples

<.image source="/images/relax.svg" alt="Nothing here yet"/>

See

Summary

Functions

Just an image.

Functions

image(assigns)

Just an image.

Examples

<.image source="/images/relax.svg" alt="Nothing here yet"/>

See

Attributes

  • alt (:string) - Defaults to nil.
  • source (:string) (required)
  • style (:string) - Style attribute.
  • align_items (:string) - Style attribute.
  • align_self (:string) - Style attribute.
  • display (:string) - Style attribute.
  • flex_grow (:string) - Style attribute.
  • grid_auto_rows (:string) - Style attribute.
  • grid_template_columns (:string) - Style attribute.
  • grid_template_rows (:string) - Style attribute.
  • justify_content (:string) - Style attribute.
  • margin (:string) - Style attribute.
  • max_height (:string) - Style attribute.
  • min_height (:string) - Style attribute.
  • object_fit (:string) - Style attribute.
  • opacity (:string) - Style attribute.
  • Global attributes are accepted.