Skip to content

Commit 5392640

Browse files
committed
feat: nstreamdown
1 parent 893593f commit 5392640

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.vitepress/theme/PluginsHome.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,15 @@ const plugins = [
232232
href: '/plugins/label-marquee',
233233
featured: false,
234234
},
235+
{
236+
name: '@nstudio/nstreamdown',
237+
title: 'nstreamdown',
238+
description: 'Streaming markdown rendering which can also be used standalone.',
239+
icon: '📜',
240+
gradient: 'from-pink-500 to-rose-500',
241+
href: 'https://nstreamdown.ai',
242+
featured: false,
243+
},
235244
{
236245
name: '@nstudio/nativescript-markdown-view',
237246
title: 'Markdown View',

content/plugins/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A collection of high-quality NativeScript plugins from nStudio. Native performan
66

77
- [Camera Plus](/plugins/camera-plus) - Advanced camera with flash, focus, video recording, and gallery access
88
- [Checkbox](/plugins/checkbox) - Native checkbox and radio button components
9+
- [nstreamdown](https://nstreamdown.ai) - Native iOS/Android streaming markdown rendering
910
- [CardView](/plugins/cardview) - Material Design CardView component
1011
- [Carousel](/plugins/carousel) - Smooth carousel with page indicators
1112
- [Blur](/plugins/blur) - Apply blur effects to any view

0 commit comments

Comments
 (0)