@kongponents/krumbs

7.2.2 • Public • Published

@kongponents/krumbs

<template>
  <Krumbs :items="routes" />
</template>

<script>
export default {
  data: function () {
    return {
      routes: [
        {
          key: 'root-services',
          to: { name: 'services', params: {}, path: '/services/' },
          title: 'Services',
          text: 'Services'
        },
        {
          key: 'docs',
          to: 'https://docs.konghq.com',
          title: 'Go to Kong Docs',
          text: 'External Link'
        }
      ]
    }
  }
}
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @kongponents/krumbs

Weekly Downloads

28

Version

7.2.2

License

Apache-2.0

Unpacked Size

882 kB

Total Files

11

Last publish

Collaborators

  • konginc
  • darrenjennings
  • travispamaral
  • nijikokun