Skip to content

Commit bbf077f

Browse files
author
Oliver ALR
committed
README up to date
1 parent cc46afc commit bbf077f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@
2323
<dl>
2424
<dt><i>Just one component</i></dt>
2525
<dd>Wrap all your to-render components inside Hider component</dd>
26-
26+
</dl>
27+
<dl>
2728
<dt><i>Less verbose components</i></dt>
2829
<dd>Simple as reduce dirty components doing more readable code.</dd>
29-
30+
</dl>
31+
<dl>
3032
<dt><i>Inline if with && logical operator</i></dt>
3133
<dd>Render one single component if the condition is true.<dd>
32-
34+
</dl>
35+
<dl>
3336
<dt><i>Inline if-else with conditional operator</i></dt>
3437
<dd>Render or not an expected value based on a boolean prop.</dd>
3538
</dl>

0 commit comments

Comments
 (0)