This is never bordered
This is always bordered
Using object literal. Border {{ isBordered ? "ON" : "OFF" }}
Using object var. Border {{ classesObj.bordered ? "ON" : "OFF" }}
Blue
Round
This will always have a blue background and round corners
This is {{ classList.indexOf('blue') > -1 ? "" : "NOT" }} blue and {{ classList.indexOf('round') > -1 ? "" : "NOT" }} round