Skip to content

Files

Latest commit

Mar 26, 2025
56c3e8b · Mar 26, 2025

History

History
This branch is 35 commits behind v1/contrib.

uui-modal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 18, 2024
Mar 26, 2025
Mar 22, 2023
Mar 26, 2025
Mar 21, 2023
Mar 21, 2023

uui-modal

npm

Umbraco style modal component.

Installation

ES imports

npm i @umbraco-ui/uui-modal

Import the registration of <uui-modal> via:

import '@umbraco-ui/uui-modal';

When looking to leverage the UUIModalElement base class as a type and/or for extension purposes, do so via:

import { UUIModalElement } from '@umbraco-ui/uui-modal';

Usage

You need to spin up your own modal that extends the UUIModalElement. Use the <uui-modal-container> to host the modals.