@kong-ui-public/entities-plugins
v9.8.9
Published
Plugin entity components.
Downloads
9,790
Readme
@kong-ui-public/entities-plugins
Plugin entity components.
Requirements
vue
andvue-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 adependency
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
Included components
PluginList
Reference the individual component docs for more info.
Usage
Install
Install the component in your host application
yarn add @kong-ui-public/entities-plugins
Registration
Import the component(s) in your host application as well as the package styles
import { PluginList, PluginSelect, PluginForm, PluginConfigCard } from '@kong-ui-public/entities-plugins'
import '@kong-ui-public/entities-plugins/dist/style.css'