Skip to content

Latest commit

 

History

History

uui-dialog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-dialog

npm

Umbraco style dialog component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-dialog

Import the registration of <uui-dialog> via:

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

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

import { UUIDialogElement } from '@umbraco-ui/uui-dialog';

Usage

<uui-dialog></uui-dialog>