@kong-ui-public/page-layout
v0.2.22
Published
A set of Kong UI page layout components that provides a structured page header with breadcrumbs, title, and responsive tabbed navigation.
Readme
@kong-ui-public/page-layout
A set of Kong UI page layout components that provides a structured page header with breadcrumbs, title, and responsive tabbed navigation.
Requirements
vueandvue-routermust be initialized in the host application@kong/kongponentsmust be available as adependencyin the host application, along with the package's style imports. See here for instructions on installing Kongponents.
Included components
PageLayout.vue
Reference the individual component docs for more info.
Install
Install the component in your host application
yarn add @kong-ui-public/page-layoutIn-Component registration
Import the component within your application.
import { PageLayout } from '@kong-ui-public/page-layout'TypeScript interfaces
TypeScript interfaces are available here and can be directly imported into your host application. The following type interfaces are available for import:
import type { PageLayoutTab, PageLayoutProps, PageLayoutSlots, PageLayoutTabsProps } from '@kong-ui-public/page-layout'