1.1.1 • Published 2 years ago

@arthur-lobo/react-onclickout v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

React Clickout

A simple component that can detect when the user clicks outside!

Usage

import { ClickOutWrapper } from "@arthur-lobo/react-onclickout"

function MyComponent() {
    return (
        <ClickOutWrapper onClickOut={() => alert("Goodbye World!")}>
            <div>Hello World!</div>
        </ClickOutWrapper>
    )
}

Credits

Based on react-onclickout logic

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago