@jdthornton/useinert
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

@jdthornton/useinert

npm (scoped) npm bundle size (minified)

React inert hook.

Install

$ npm install @jdthornton/useinert

Usage

import useInert from "@jdthornton/useinert";

function App({ removeInert }){

  // '#root' element will be set to inert
  useInert("#root")

  return null
}

Readme

Keywords

none

Package Sidebar

Install

npm i @jdthornton/useinert

Weekly Downloads

2

Version

1.1.3

License

ISC

Unpacked Size

3.04 kB

Total Files

5

Last publish

Collaborators

  • jdthornton