@tbdsux/js-utils-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@tbdsux/js-utils-react

Simple/mini react js utility functions / types / hooks

Usage

import { useOpen } from '@tbdsux/js-utils-react'


export default Component() {
    const {isOpen, open: openModal, close: closeModal} = useOpen()

    // ...
}

/@tbdsux/js-utils-react/

    Package Sidebar

    Install

    npm i @tbdsux/js-utils-react

    Weekly Downloads

    0

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    3.76 kB

    Total Files

    7

    Last publish

    Collaborators

    • theboringdude