Skip to content

reactivers/show

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Installations

npm install --save @reactivers/show
yarn add @reactivers/show

Props

interface IShowProps {
    showIf: boolean;
}

Example

...
const [showIf, setShowIf] = useState(false);
...
<Show showIf={showIf}>
...
</Show>

About

React simple show component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published