Skip to content

Commit 7ad3296

Browse files
author
Oliver ALR
committed
Dependencies updated
1 parent a258307 commit 7ad3296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import Hider from 'react-hider'
5050
```
5151

5252
Wrap 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
6767
const 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
8585
const Appear = () => {

0 commit comments

Comments
 (0)