- Issue created by @amstercad
- πΊπΈUnited States amstercad
Here's an example of similar code π Utility classes not being passed over into navbar component Closed: works as designed I've used recently to render Buttons from within the Card. Buttons can be rendered from the Card component just like the Media and Heading components in the linked example, so maybe this is another documentation issue.
- Status changed to Closed: works as designed
9 months ago 3:22pm 3 March 2024 Hey Lee, what you need to do is to pass the
btn-primary
or any other classes to thecard_link_utility_classes
in the card, you cannot override the defaultcard_link_classes
. that's the base classes and needed for the card to look the way it is. Regardless updated the README and the docs to includecard_link_utility_classes
, thanks- Status changed to Fixed
9 months ago 3:23pm 3 March 2024 - 54dd222a committed on 6.0.x
Issue #3424799: Setting button utility classes via the Card component
- 54dd222a committed on 6.0.x
Automatically closed - issue fixed for 2 weeks with no activity.