apiruler-manager-entities-plugins-icon
v1.5.3
Published
Plugin icon package that provides a set of icons for Kong Gateway plugins.
Downloads
100
Readme
@kong-ui-public/entities-plugins-icon
Plugin icon package that provides a set of icons for Kong Gateway plugins.
Features
- Provides a set of icons for Kong Gateway plugins
Requirements
vuemust be initialized in the host application
Usage
Install
Install the package in your host application:
pnpm install @kong-ui-public/entities-plugins-iconProps
- name:
string- The name of the plugin icon to display. - size:
number- The size of the icon in pixels. Default is32. - alt:
string- The alt text for the icon. Default is''.
example
<template>
<PluginIcon
name="key-auth"
size="32"
/>
</template>