Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/npmx-dev/npmx.dev
/ getModal
Function
getModal
app/composables/useModal.ts:2–2 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
function
useModal(modalId: string) {
2
const
getModal = () => document.querySelector<HTMLDialogElement>(`#${modalId}`)
3
4
function
open() {
5
const
modal = getModal()
Callers
2
open
Function · 0.85
close
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected