I am web developr so i prefer bootstrap than visual state to make app responsive.
Is there any chance to make col-md and ... Classes to make app responsive in avalonia?
Bootstrap grid system will most likely require a separate layout class.
ResponsiveGrid from https://github.com/sourcechord/GridExtra seems to be a good candidate for porting

@kekekeks yeah, that's awesome.
I have a ready to use port of that exact control :)
https://github.com/jmacato/GridExtra.Avalonia/
https://www.nuget.org/packages/GridExtra.Avalonia/ nuget version seems to work fine with 0.8.3

Most helpful comment
Bootstrap grid system will most likely require a separate layout class.
ResponsiveGrid from https://github.com/sourcechord/GridExtra seems to be a good candidate for porting
