Skip to content

Commit 83c4e99

Browse files
committed
feat: input accessory plugin
1 parent 548f2a5 commit 83c4e99

File tree

2 files changed

+397
-0
lines changed

2 files changed

+397
-0
lines changed

.vitepress/plugin-config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ function getPlugins() {
172172
readme: `${officialPlugins_baseUrl}/imagepicker/README.md`,
173173
repo: `${officialGithubUrl}/imagepicker`,
174174
},
175+
{
176+
name: 'Input Accessory',
177+
link: '/plugins/input-accessory',
178+
readme: `${officialPlugins_baseUrl}/input-accessory/README.md`,
179+
repo: `${officialGithubUrl}/input-accessory`,
180+
},
175181
{
176182
name: 'Ionic Portals',
177183
link: '/plugins/ionic-portals',

0 commit comments

Comments
 (0)