Skip to content

Commit e641952

Browse files
committed
feat: calendar index
1 parent c865267 commit e641952

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
@@ -16,6 +16,15 @@ const plugins = [
1616
platforms: 'iOS & Android',
1717
},
1818
},
19+
{
20+
name: '@nstudio/nativescript-calendar',
21+
title: 'Calendar',
22+
description: 'Full-featured calendar with month, week, and year views, range selection, and event markers. Uses Airbnb HorizonCalendar (iOS) and kizitonwose Calendar (Android).',
23+
icon: '📅',
24+
gradient: 'from-rose-500 to-orange-500',
25+
href: '/plugins/calendar',
26+
featured: false,
27+
},
1928
{
2029
name: '@nstudio/nativescript-loading-indicator',
2130
title: 'Loading Indicator',

content/plugins/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A collection of high-quality NativeScript plugins from nStudio. Native performan
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
99
- [nstreamdown](https://nstreamdown.ai) - Native iOS/Android streaming markdown rendering
10+
- [Calendar](/plugins/calendar) - Full-featured native calendar view
1011
- [CardView](/plugins/cardview) - Material Design CardView component
1112
- [Carousel](/plugins/carousel) - Smooth carousel with page indicators
1213
- [Blur](/plugins/blur) - Apply blur effects to any view

0 commit comments

Comments
 (0)