We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bc445 commit 1e64300Copy full SHA for 1e64300
1 file changed
README.md
@@ -117,7 +117,7 @@ the user clicking the outside of it.
117
import { type Context, register } from "@kt3k/cell"
118
119
function OutsideClickComponent({ onOutside }: Context) {
120
- on.outside("click", ({ e }) => {
+ onOutside("click", ({ e }) => {
121
console.log("The outside of my-component has been clicked!")
122
})
123
}
0 commit comments