vue-smooth-height
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "vue-smooth-height", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Transition a container elements height in response to data changes", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -5,4 +5,5 @@ | ||
Use this mixin on container elements that have a dynamic number of children. When the container's children rerender, the container's height will transition, instead of instantly resizing. | ||
This mixin is primarily for container elements that have a dynamic number of children, e.g. lists, however it will work on any element who's height changes due to data changes. When the container's children rerender, the container's height will transition, instead of instantly resizing. | ||
Note that this library has no overlap with Vue's built in transition components. | ||
@@ -29,11 +30,8 @@ | ||
```javascript | ||
<template> | ||
<div> | ||
<div class="container" ref="container"> | ||
<!-- children created with v-for --> | ||
<div> | ||
<div class="container" ref="container"> | ||
<!-- children created with v-for --> | ||
</div> | ||
</div> | ||
</div> | ||
</template> | ||
@@ -40,0 +38,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10127
97