Skip to content

Commit 812a937

Browse files
committed
simpler binding for visiblity
1 parent bb561b4 commit 812a937

4 files changed

Lines changed: 2094 additions & 2085 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ use [[expression]] for one way bindings
5757

5858
use {{this.property::change;paste}} for two way bindings which listens to events 'change 'and 'paste'
5959

60+
bcw:visible="[[bool-expression]]" to bind set css visiblity to visible when expression is true
61+
6062
css:cssPropertyName="[[expression]]" to bind to a css property
6163

6264
class:className="[[boolExpression]]" to set/remove a css class

0 commit comments

Comments
 (0)