Skip to content
Cloudflare Docs

rtk-file-picker-button

Properties

PropertyTypeRequiredDefaultDescription
filterstring-File type filter to open file picker with
iconkeyof IconPack1-Icon
iconPackIconPack1defaultIconPackIcon pack
labelstring-Label for tooltip
tRtkI18n1useLanguage()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>