@atomico/modal
Responsive generic modal component.
Modules
Properties
Examples
Last updated
Was this helpful?
Responsive generic modal component.
Last updated
Was this helpful?
Was this helpful?
import {
Modal // HTMLElement
} from "@atomico/modal";// Import that does not associate the tagName by default
import { Modal } from "@atomico/modal/elements";import {
Modal
} from "@atomico/modal/react";import {
Modal
} from "@atomico/modal/preact";<script
type="module"
src="http://esm.sh/@atomico/modal"></script>
<atomico-modal></atomico-modal>