FunHide
The FunHide takes the element and hide, show or toggle
| Method | Description | parameters |
|---|---|---|
hide() | To hide an element | `selector:str` |
show() | To show a hidden element | `selector:str` |
toggle() | Toggle between hiding and showing an element | `selector:str` |
#
Showing an element
The show() is used to show a hiddent element.
React / Next.js
#
Hide
The hide() is used to hide an element
React / Next.js
#
Toggle Show & Hide
The toggle() is used to toggle between showing and hiding an element
React / Next.js