@reactivers/show
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i @reactivers/show

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.65 kB

Total Files

15

Last publish

Collaborators

  • reactivers