Skip to content

Commit 1d0d83d

Browse files
committed
ci: build
1 parent 13f0348 commit 1d0d83d

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.vitepress/theme/PluginsHome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const plugins = [
2828
{
2929
name: '@nstudio/nativescript-menu',
3030
title: 'Menu',
31-
description: 'Native menu components with full customization.',
31+
description: 'Fully native contextual menus with nested actions, selection states, and haptics.',
3232
icon: '',
3333
gradient: 'from-green-500 to-lime-500',
3434
href: '/plugins/menu',

content/plugins/menu.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ npm install @nstudio/nativescript-menu
3333
src="{{imageIcon}}"
3434
options="{{addOptions}}"
3535
selected="{{selectOption}}"
36-
class="dark:bg-slate-800/60 bg-slate-200/70 rounded-full w-10 h-10"
37-
tintColor="#1e293b"
3836
/>
3937
</GridLayout>
4038
</Page>
@@ -68,6 +66,7 @@ registerElement('MenuImage', () => MenuImage);
6866
[options]="addOptions"
6967
(selected)="selectOption($event)"
7068
class="dark:bg-slate-800/60 bg-slate-200/70 rounded-full w-10 h-10"
69+
tintColor="#1e293b"
7170
></MenuImage>
7271
```
7372

@@ -163,9 +162,9 @@ Registered at the View level, so they can be used on MenuButton, MenuImage, or o
163162

164163
| Property | Type | Description |
165164
| --- | --- | --- |
166-
| options | Array<MenuAction> \| MenuAction | Alias setter that assigns menu |
167-
| menu | Array<MenuAction> \| MenuAction | Tap-to-open menu configuration |
168-
| contextMenu | Array<MenuAction> \| MenuAction | Long-press menu configuration |
165+
| options | Array&lt;MenuAction&gt; \| MenuAction | Alias setter that assigns menu |
166+
| menu | Array&lt;MenuAction&gt; \| MenuAction | Tap-to-open menu configuration |
167+
| contextMenu | Array&lt;MenuAction&gt; \| MenuAction | Long-press menu configuration |
169168

170169
## Classes
171170

0 commit comments

Comments
 (0)