From 31e4b8ce5b5e5e6c3416d8b79454d038c6d2866c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20de=20Dios=20Mart=C3=ADnez=20Vallejo?= Date: Thu, 6 Mar 2025 00:21:46 +0100 Subject: [PATCH] web-publisher: Update content/ui/label.md --- content/ui/label.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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