@kong-ui-public/entities-key-sets
v3.9.19
Published
Key set entity components.
Readme
@kong-ui-public/entities-key-sets
Key set entity components.
Requirements
vueandvue-routermust be initialized in the host application@kong/kongponentsmust 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/i18nmust be available as adependencyin the host application.axiosmust be installed as a dependency in the host application
Included components
KeySetListKeySetFormKeySetConfigCard
Reference the individual component docs for more info.
Usage
Install
Install the component in your host application
yarn add @kong-ui-public/entities-key-setsRegistration
Import the component(s) in your host application as well as the package styles
import { KeySetList, KeySetForm, KeySetConfigCard } from '@kong-ui-public/entities-key-sets'
import '@kong-ui-public/entities-key-sets/dist/style.css'