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 thea
tag.:href_url
- A URL for the banner image to link to.:image_class
- CSS class for theimg
tag.:image_url
- A URL for theimg
src
attribute.:root_class
- CSS class for the rootdiv
element.:text
- Banner text:text_class
- CSS class for the textdiv
.
See AshAuthentication.Phoenix.Overrides
for more information.