View Source AshAuthentication.Phoenix.Components.Banner (ash_authentication_phoenix v1.0.0)

Renders a very simple banner at the top of the sign-in component.

Can show either an image or some text, depending on the provided overrides.

overrides

Overrides

This component provides the following overrides:

  • :href_class - CSS class for the a tag.
  • :href_url - A URL for the banner image to link to.
  • :image_class - CSS class for the img tag.
  • :image_url - A URL for the img src attribute.
  • :root_class - CSS class for the root div element.
  • :text - Banner text
  • :text_class - CSS class for the text div.

See AshAuthentication.Phoenix.Overrides for more information.