We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1388ae8 commit eb76ab2Copy full SHA for eb76ab2
1 file changed
README.md
@@ -100,6 +100,7 @@ const Component = props => pug` //- const Component = props => (
100
...two //- {...two}
101
onClick=() => alert('Hello') //- onClick={() => alert('Hello')}
102
text='number ' + 10 //- text={'number ' + 10}
103
+ condition=foo === bar ? foo : bar //- condition={foo === bar ? foo : bar}
104
) //- ></button>
105
//-
106
- const variable = format(props.no) //-
0 commit comments