@kong-ui-public/entities-consumer-credentials
v3.4.39
Published
Consumer credential entity components.
Downloads
4,695
Readme
@kong-ui-public/entities-consumer-credentials
Consumer credential 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
Included components
ConsumerCredentialList
Reference the individual component docs for more info.
Usage
Install
Install the component in your host application
yarn add @kong-ui-public/entities-consumer-credentials
Registration
Import the component(s) in your host application as well as the package styles
import { ConsumerCredentialList } from '@kong-ui-public/entities-consumer-credentials'
import '@kong-ui-public/entities-consumer-credentials/dist/style.css'