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 Sourcet() :: %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
Link to this function
build(options, form, field)
View Sourcebuild(ExEffectiveBootstrap.Options.t(), Phoenix.HTML.Form.t() | atom(), atom()) :: {ExEffectiveBootstrap.Tags.t(), ExEffectiveBootstrap.Options.t()}
Link to this function
label(options)
View Sourcelabel(ExEffectiveBootstrap.Options.t()) :: Phoenix.HTML.Safe.t() | nil