Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vue-bulma/breadcrumb

Breadcrumb component for Vue Bulma
https://github.com/vue-bulma/breadcrumb

Last synced: 24 days ago
JSON representation

Breadcrumb component for Vue Bulma

Lists

README

        

# Breadcrumb

Breadcrumb component for Vue Bulma.

## Installation

```
$ npm install vue-bulma-breadcrumb
```

## Examples

```vue





{{ name }}






import Breadcrumb from 'vue-bulma-breadcrumb'

export default {
components: {
Breadcrumb
},

data () {
return {
}
},

computed: {
name () {
return this.$route.name
},

list () {
return this.$route.matched
}
}
}

```

## Badges

![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)

---

> [fundon.me](https://fundon.me)  · 
> GitHub [@fundon](https://github.com/fundon)  · 
> Twitter [@_fundon](https://twitter.com/_fundon)