Skip to content

Commit 1943b31

Browse files
authored
feat: add linkTap event to Label page (#165)
1 parent 773b4b0 commit 1943b31

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)