Plugin entity components.
npm install @kong-ui-public/entities-pluginsPlugin entity components.
- Requirements
- Included components
- Usage
- Install
- Registration
- Individual component documentation
- vue and vue-router must be initialized in the host application
- @kong/kongponents must be added as a dependency in the host application, globally available via the Vue Plugin installation, and the package's style imports must be added in the app entry file. See here for instructions on installing Kongponents.
- @kong-ui-public/i18n must be available as a dependency in the host application.
- axios must be installed as a dependency in the host application
> [!CAUTION]
> A string of 'undefined' is disallowed in Plugin icon names
- PluginList
Reference the individual component docs for more info.
Install the component in your host application
``sh`
yarn add @kong-ui-public/entities-plugins
Import the component(s) in your host application as well as the package styles
`ts`
import { PluginList, PluginSelect, PluginForm, PluginConfigCard } from '@kong-ui-public/entities-plugins'
import '@kong-ui-public/entities-plugins/dist/style.css'
-
-
-
-