Skip to content

Commit 31e4b8c

Browse files
committed
web-publisher: Update content/ui/label.md
1 parent 780b33f commit 31e4b8c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/ui/label.md

+10
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@ If you need to style parts of the text, you can use a combination of a `Formatte
7373
</Label>
7474
```
7575

76+
#### Span linkTap event
77+
78+
Tap event for Span.
79+
80+
```ts
81+
on('linkTap', (data: EventData) => {
82+
console.log('Span tapped')
83+
})
84+
```
85+
7686
## Props
7787

7888
### letterSpacing

0 commit comments

Comments
 (0)