How do Anvil UI Elements handle responsive design?

@Tony.Nguyen that’s incorrect - only the ide has some angular - and that’s increasingly sparse with the development of the new beta ide.

When you run your app there’s no angular.
You can see that anvil ships with bootstrap in this section of the docs.


@dfield

Generally responsiveness in anvil is handled using a ColumnPanel.
You can decide when you want the ColumnPanel to wrap by setting the wrap_on property (the default value is "mobile")

here’s a linked thread that might help.

If you need more control you can escape to html/css.

1 Like