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