apiruler-manager-entities-redis-configurations
v1.8.15
Published
Redis Configuration components.
Downloads
97
Readme
@kong-ui-public/entities-redis-configurations
Redis Configuration 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.@kong-ui-public/entities-sharedmust be available as adependencyin the host application.@kong-ui-public/entities-vaultsmust be available as adependencyin the host application.axiosmust be installed as a dependency in the host application.
Included components
Usage
Install
Install the component in your host application
pnpm add @kong-ui-public/entities-redis-configurationsRegistration
Import the component(s) in your host application as well as the package styles
import {
RedisConfigurationForm,
RedisConfigurationList,
RedisConfigurationConfigCard,
} from '@kong-ui-public/entities-redis-configurations'
import '@kong-ui-public/entities-redis-configurations/dist/style.css'
// `RedisConfigurationForm` only
import '@kong-ui-public/entities-shared/dist/style.css'
import '@kong-ui-public/entities-vaults/dist/style.css'