Skip to content

rtk-file-picker-button

Properties

PropertyTypeRequiredDefaultDescription
filterstring✅-File type filter to open file picker with
iconkeyof IconPack1✅-Icon
iconPackIconPack1❌defaultIconPackIcon pack
labelstring✅-Label for tooltip
tRtkI18n1❌useLanguage()Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-file-picker-button></rtk-file-picker-button>

With Properties

<!-- component.html -->
<rtk-file-picker-button
filter="example"
[icon]="defaultIconPack"
label="example">
</rtk-file-picker-button>