Skip to content
Cloudflare Docs

rtk-file-message-view

A component which renders a file message.

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack1defaultIconPackIcon pack
namestring-Name of the file
sizenumber-Size of the file
urlstring-Url of the file

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-file-message-view></rtk-file-message-view>

With Properties

<!-- component.html -->
<rtk-file-message-view
name="example"
size="42"
url="example">
</rtk-file-message-view>