We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548f2a5 commit 83c4e99Copy full SHA for 83c4e99
.vitepress/plugin-config.mjs
@@ -172,6 +172,12 @@ function getPlugins() {
172
readme: `${officialPlugins_baseUrl}/imagepicker/README.md`,
173
repo: `${officialGithubUrl}/imagepicker`,
174
},
175
+ {
176
+ name: 'Input Accessory',
177
+ link: '/plugins/input-accessory',
178
+ readme: `${officialPlugins_baseUrl}/input-accessory/README.md`,
179
+ repo: `${officialGithubUrl}/input-accessory`,
180
+ },
181
{
182
name: 'Ionic Portals',
183
link: '/plugins/ionic-portals',
0 commit comments