Opened
Is it possible to create a splitter in Card Group
mladenmacanovic
commented
Member
CardGroup is supposed to have hards stick together, as per the Bootstrap documentation. https://getbootstrap.com/docs/4.6/components/card/#card-groups
If you want more space in between you can use CardDeck instead of CardGroup.
dhileaga
commented
Author
By splitter I mean a way to a way to resize the cards inside a card group. Like this project I found https://github.com/carlfranklin/BlazorSliders.
mladenmacanovic
commented
Member
We don't have splitter component at the moment. I guess you could use BlazorSliders if they are working in a general way and in case they can contain any content.
Want to comment on this issue? Log in and write your comment.
Asignee
No assignee
Labels
No Labels
I have lots of CardGroup use in the views like:
Is it possible to create a splitter between 2 cards? Thank you.