AshAuthentication.Phoenix.Components.HorizontalRule (ash_authentication_phoenix v2.12.2)
View SourceA horizontal rule with text.
This component is pretty tailwind-specific, but I (@jimsynz) really wanted a certain look. If you think I'm wrong then please let me know.
Overrides
This component provides the following overrides:
:text- Text to display in front of the horizontal rule.:root_class- CSS class for the rootdivelement.:hr_outer_class- CSS class for the outerdivelement of the horizontal rule.:hr_inner_class- CSS class for the innerdivelement of the horizontal rule.:text_outer_class- CSS class for the outerdivelement of the text area.:text_inner_class- CSS class for the innerdivelement of the text area.
See AshAuthentication.Phoenix.Overrides for more information.
Props
* `overrides` - A list of override modules.
Summary
Types
@type props() :: %{optional(:overrides) => [module()]}