Breadcrumb

面包屑。

使用

  1. <m-breadcrumb split="/" items="[
  2. { text: 'Home' },
  3. { text: 'Helper' },
  4. { text: 'About' }
  5. ]"></m-breadcrumb>
  6. <m-breadcrumb split="/" items="[
  7. { text: 'Home', href:'https://tencent.github.io/omi/', icon:'home' },
  8. { text: 'Helper', icon:'help' },
  9. { text: 'About', icon: 'people' }
  10. ]"></m-breadcrumb>

API

Props

  1. {
  2. items: object,
  3. split: string
  4. }