emberコンポーネントの動的CSS?動的なCSSプロパティを渡す方法
{{test-component height=height}}
テストcomponent.hbs
<div class="flip-container ">
<div class="flipper">
<div class="front">
RED SIDE
</div>
<div class="back">
BLUE SIDE
</div>
</div>
</div>
私は
.flip-container, .front, .back {
width: 10em;
height: 20em;
}
私はbind-attr
ヘルパーを見て、今いるこのCSSプロパティを変更するとしますそれは廃止されました。