File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ import Hider from 'react-hider'
5050```
5151
5252Wrap first the component to show and second the component to hide
53- inside Hider or use pure raw jsx and provide a boolean(true/false) state:
53+ inside Hider(library provided) or use pure raw jsx and provide a < strong > boolean(true/false)</ strong > state:
5454
5555``` jsx
5656< Hider state= {boolean}>
@@ -61,7 +61,7 @@ inside Hider or use pure raw jsx and provide a boolean(true/false) state:
6161
6262## Examples Up and Running
6363
64- Show or Hide elements based on a boolean(true/false) pased to state prop:
64+ Show or Hide elements based on a < strong > boolean(true/false)</ strong > pased to state prop:
6565
6666``` jsx
6767const DisAppear = () => {
@@ -79,7 +79,7 @@ const DisAppear = () => {
7979}
8080```
8181
82- Show just one single element just if the boolean state is true:
82+ Show just one single element just if the < strong > boolean state is true</ strong > :
8383
8484``` jsx
8585const Appear = () => {
You can’t perform that action at this time.
0 commit comments