View Source AshAuthentication.Phoenix.Components.Banner (ash_authentication_phoenix v1.0.1)
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 thea
tag.:href_url
- A URL for the banner image to link to. Set tonil
to disable.:image_class
- CSS class for theimg
tag.:image_url
- A URL for theimg
src
attribute. Set tonil
to disable.:root_class
- CSS class for the rootdiv
element.:text
- Banner text. Set tonil
to disable.:text_class
- CSS class for the textdiv
.
See AshAuthentication.Phoenix.Overrides
for more information.