More Separator with text options #986
-
I would love to adjust the size of the text in a separator. It could be something predefined to start like: I tried <flux:separator text="or" class="!text-2xl" /> but that applies to the separator itself, not the span with text. |
Beta Was this translation helpful? Give feedback.
Answered by
joshhanley
Jan 13, 2025
Replies: 1 comment 2 replies
-
@jlundeverglades as a work around, you can do this <flux:separator>
<x-slot:text>
<span class="text-2xl">OR</span>
</x-slot:text>
</flux:separator> |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jlundeverglades
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jlundeverglades as a work around, you can do this