View Source AshAuthentication.Phoenix.Components.HorizontalRule (ash_authentication_phoenix v1.4.7)
A 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
Overrides
This component provides the following overrides:
:hr_inner_class- CSS class for the innerdivelement of the horizontal rule.:hr_outer_class- CSS class for the outerdivelement of the horizontal rule.:root_class- CSS class for the rootdivelement.:text- Text to display in front of the horizontal rule.:text_inner_class- CSS class for the innerdivelement of the text area.:text_outer_class- CSS class for the outerdivelement of the text area.
See AshAuthentication.Phoenix.Overrides for more information.
props
Props
* `overrides` - A list of override modules.
Link to this section Summary
Link to this section Types
@type props() :: %{optional(:overrides) => [module()]}