Gateway Service entity components.
Check the individual component docs for more info.
GatewayServiceList
GatewayServiceForm
GatewayServiceConfigCard
Reference the individual component docs for more info.
The package exports the following components, utilities, and types for use in your application:
-
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. -
LegacyGatewayServiceForm
– Deprecated or legacy form component for Gateway Services.
- All utility functions from the
./utils
directory are exported for use.
Reference the individual component docs for more info.
- All TypeScript types from the
./types
directory are exported
Install the component in your host application
yarn add @kong-ui-public/entities-gateway-services
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'