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 cc46afc commit bbf077fCopy full SHA for bbf077f
README.md
@@ -23,13 +23,16 @@
23
<dl>
24
<dt><i>Just one component</i></dt>
25
<dd>Wrap all your to-render components inside Hider component</dd>
26
-
+</dl>
27
+<dl>
28
<dt><i>Less verbose components</i></dt>
29
<dd>Simple as reduce dirty components doing more readable code.</dd>
30
31
32
<dt><i>Inline if with && logical operator</i></dt>
33
<dd>Render one single component if the condition is true.<dd>
34
35
36
<dt><i>Inline if-else with conditional operator</i></dt>
37
<dd>Render or not an expected value based on a boolean prop.</dd>
38
</dl>
0 commit comments