Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vue-bulma/expanding
The Expanding Transition Component for Vue 2.0
https://github.com/vue-bulma/expanding
Last synced: about 2 months ago
JSON representation
The Expanding Transition Component for Vue 2.0
- Host: GitHub
- URL: https://github.com/vue-bulma/expanding
- Owner: vue-bulma
- License: mit
- Created: 2016-08-16T16:19:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T02:23:58.000Z (about 7 years ago)
- Last Synced: 2024-09-23T12:46:14.493Z (3 months ago)
- Language: Vue
- Size: 4.88 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expanding
The Expanding Transition Component for Vue 2.0
## Installation
```
$ npm install vue-bulma-expanding --save
```## Examples
```vue
Charts
-
ChartJs
-
Chartist
-
Peity
-
Plotly
import Expanding from '../Expanding'
export default {
components: {
Expanding
},
data () {
return {
show: false
}
}
}
```
## 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)