Is just noticed the Column component only supports 1 Size. Usualy to make a website/app responsive you need to be able to set Widths for different Sizes, like so: <div class="col-sm-6 col-md3"> . To be able to use this the current Width and Size parameters are not sufficient. Also I think Bootstrap 4 added generic col-6 type widths as well.
Since responsiveness is important how should we implement this?
I see Blazorise.Bootstrap does not support this type of column style usage either. Is this not a thing anymore?
tag: enhancement