appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Add a `@centered` argument to the `AuLoader` component #473

Closed Windvis closed 6 months ago

Windvis commented 6 months ago

The loader is centered by default but this doesn't always look correctly for some use-cases. The @centered argument allows you to op-out of the default centering in case you need it.

Closes #472