-
-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Description
The class prop passed to the Brand component does not apply or override styles on the rendered output.
Even when valid Tailwind classes are provided, they are ignored and the component keeps its default styling.
This makes it difficult to customize sizing, spacing, or typography using standard utility classes.ss is not updating the initial components
Suggested Solution
It would be helpful if Flux components consistently accepted and applied a class prop to their root element.
Allowing the class prop to be merged with the component’s default classes would give developers controlled flexibility to adjust initial styles (such as size, spacing, and layout) without modifying the component internals or relying on CSS overrides.
Why this matters
Enables small visual adjustments (text size, padding, alignment)
Aligns with standard Blade and Tailwind expectations
Improves composability and reuse of components
Reduces the need for workarounds or custom wrappers
Alternatives
No response
Additional Context
No response