Skip to content

rtk-more-toggle

Last updated View as MarkdownAgent setup

A button which toggles visibility of a more menu. When clicked it emits a rtkStateUpdate event with the data:

{ activeMoreMenu: boolean; }

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
size Size - Size
states States - States object
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-more-toggle></rtk-more-toggle>

With Properties

<!-- component.html -->
<rtk-more-toggle
 size="md">
</rtk-more-toggle>

Was this helpful?