vrimar / construct-ui

A Mithril.js UI library
https://vrimar.github.io/construct-ui
MIT License
287 stars 24 forks source link

should cards have a fluid option? #2

Closed fuzetsu closed 5 years ago

fuzetsu commented 5 years ago

Right now cards seem to have a set max-width of 320px, easy enough to override with styles, but it might be nice to have a fluid option to remove that max-width.

Maybe I'm abusing cards, and should be making my own container.

abidingotter commented 5 years ago

I have done the same, so if you are abusing the cards, you are not alone :)

vrimar commented 5 years ago

I'll add a fluid attr, it'll keep it consistent with other components.

vrimar commented 5 years ago

Added in 0.1.10.