From 81400f0afeeb266ce7950ee4a9451261d86e2fb7 Mon Sep 17 00:00:00 2001 From: Kang Cahya Date: Fri, 25 Oct 2024 08:05:10 +0700 Subject: [PATCH 1/3] web-publisher: Update content/ui/html-view.md --- content/ui/html-view.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/ui/html-view.md b/content/ui/html-view.md index 15cad970..4aaed842 100644 --- a/content/ui/html-view.md +++ b/content/ui/html-view.md @@ -8,6 +8,13 @@ contributors: `` is a UI component for rendering simple static HTML content. +::: tip + +For additional features and improved performance, consider using an alternative implementation like the +[ui-label](https://github.com/nativescript-community/ui-label) from the community. + +::: + See also: [WebView](/ui/web-view). From f2fc631d1ab3f5f2857f5b7822b330cabe3a9330 Mon Sep 17 00:00:00 2001 From: Kang Cahya Date: Fri, 25 Oct 2024 08:05:20 +0700 Subject: [PATCH 2/3] web-publisher: Update content/ui/html-view.md From 99bc49f13895753699dc9763aecbffa65d4b5e66 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Sat, 2 Nov 2024 12:37:30 +0100 Subject: [PATCH 3/3] chore: cleanup --- content/ui/html-view.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/ui/html-view.md b/content/ui/html-view.md index 4aaed842..728e5d01 100644 --- a/content/ui/html-view.md +++ b/content/ui/html-view.md @@ -9,10 +9,8 @@ contributors: `` is a UI component for rendering simple static HTML content. ::: tip - For additional features and improved performance, consider using an alternative implementation like the -[ui-label](https://github.com/nativescript-community/ui-label) from the community. - +[@nativescript-community/ui-label](https://github.com/nativescript-community/ui-label) from the community. ::: See also: [WebView](/ui/web-view).