use-toggle-react

1.0.0 • Public • Published

usetoggle-react - Demo

Toggle custom hook for react

example useage

const [isVisble, toggle] = useToggle(false);
<button onClick={toggle}>{isVisble ? "Close" : "Open"}</button>
{ isVisble && <div>Element</div> }

Readme

Keywords

Package Sidebar

Install

npm i use-toggle-react

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.18 kB

Total Files

7

Last publish

Collaborators

  • gslinn