@kong-ui-public/entities-gateway-services
v3.13.21
Published
Gateway Service entity components.
Downloads
9,605
Readme
@kong-ui-public/entities-gateway-services
Gateway Service entity components.
Requirements
Check the individual component docs for more info.
Included components
GatewayServiceListGatewayServiceFormGatewayServiceConfigCard
Reference the individual component docs for more info.
Package Exports
The package exports the following components, utilities, and types for use in your application:
Components
GatewayServiceList– Component for listing Gateway Services.GatewayServiceForm– Component for creating or editing a Gateway Service (new version).GatewayServiceConfigCard– Component displaying configuration details for a Gateway Service.
Utilities
- All utility functions from the
./utilsdirectory are exported for use.
Reference the individual component docs for more info.
Types
- All TypeScript types from the
./typesdirectory are exported
Usage
Install
Install the component in your host application
yarn add @kong-ui-public/entities-gateway-servicesRegistration
Import the component(s) in your host application as well as the package styles
import { GatewayServiceList, GatewayServiceForm, GatewayServiceConfigCard } from '@kong-ui-public/entities-gateway-services'
import '@kong-ui-public/entities-gateway-services/dist/style.css'