@omiu/breadcrumb

Display the position of the current page in the system hierarchy and be able to navigate

Usage no npm install needed!

<script type="module">
  import omiuBreadcrumb from 'https://cdn.skypack.dev/@omiu/breadcrumb';
</script>

README

Breadcrumb

Display the position of the current page in the system hierarchy and be able to navigate

Import

import '@omiu/breadcrumb'

Or use script tag to ref it.

<script src="https://unpkg.com/@omiu/breadcrumb"></script>

Usage

<o-breadcrumb></o-breadcrumb>

API

Props

{
  split: string,
  items: any[]
}

默认属性

{
  split: '/'
)