We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e27453 commit f6f393dCopy full SHA for f6f393d
1 file changed
README.md
@@ -43,6 +43,9 @@ I was inspired by packages like [react-toastify](https://npmjs.com/package/react
43
44
**`Usage.tsx`**
45
```tsx
46
+import { Modal } from "./modal.ts" // Local instance.
47
+import { ModalComponent } from "./ModalComponent.ts"
48
+
49
function Usage() {
50
return <div onClick={() => Modal.open(ModalComponent)} />
51
}
0 commit comments