0.0.2 • Published 1 year ago

@tbdsux/js-utils-react v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

@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()

    // ...
}
0.0.2

1 year ago

0.0.1

1 year ago