diff --git a/content/ui/label.md b/content/ui/label.md index 03dc64f8..5019c7d1 100644 --- a/content/ui/label.md +++ b/content/ui/label.md @@ -73,6 +73,16 @@ If you need to style parts of the text, you can use a combination of a `Formatte ``` +#### Span linkTap event + +Tap event for Span. + +```ts +on('linkTap', (data: EventData) => { + console.log('Span tapped') +}) +``` + ## Props ### letterSpacing