ExEffectiveBootstrap v0.1.17 ExEffectiveBootstrap.Tags View Source

Renders the html tags for each component

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExEffectiveBootstrap.Tags{
  append: Phoenix.HTML.Safe.t() | nil,
  hint: Phoenix.HTML.Safe.t() | nil,
  input: Phoenix.HTML.Safe.t() | nil,
  invalid: Phoenix.HTML.Safe.t() | nil,
  label: Phoenix.HTML.Safe.t() | nil,
  prepend: Phoenix.HTML.Safe.t() | nil,
  valid: Phoenix.HTML.Safe.t() | nil
}

Link to this section Functions