Skip to content

rtk-leave-button

Last updated View as MarkdownAgent setup

A button which toggles visilibility of the leave confirmation dialog.

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
size Size - Size
t RtkI18n useLanguage() Language
variant ControlBarVariant - Variant

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-leave-button></rtk-leave-button>

With Properties

<!-- component.html -->
<rtk-leave-button
 size="md"
 variant="button">
</rtk-leave-button>

Was this helpful?