@kong-ui-public/entities-certificates
v3.6.67
Published
Certificates and CA Certificates entities components.
Downloads
4,729
Readme
@kong-ui-public/entities-certificates
Certificates and CA Certificates entities components.
Requirements
vue
andvue-router
must be initialized in the host application@kong/kongponents
must be added as adependency
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 adependency
in the host application.
Included components
CertificateList
CACertificateList
CertificateForm
CACertificateForm
CertificateConfigCard
Reference the individual component docs for more info.
Usage
Install
Install the component in your host application
yarn add @kong-ui-public/entities-certificates
Registration
Import the component(s) in your host application as well as the package styles
import {
CertificateList,
CertificateForm,
CertificateConfigCard
CACertificateList,
CACertificateForm
CACertificateConfigCard,
} from '@kong-ui-public/entities-certificates'
import '@kong-ui-public/entities-certificates/dist/style.css'