Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-smooth-height

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-smooth-height - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc