All Projects → FranckFreiburger → vue-resize-sensor

FranckFreiburger / vue-resize-sensor

Licence: MIT license
detect container resizing

Programming Languages

Vue
7211 projects

Projects that are alternatives of or similar to vue-resize-sensor

Size Sensor
🌿 1Kb DOM element size sensor which will callback when size changed.
Stars: ✭ 130 (+73.33%)
Mutual labels:  resize, sensor
Resize Observer
Polyfills the ResizeObserver API.
Stars: ✭ 540 (+620%)
Mutual labels:  resize, element
longest
Get the length of the longest item in an array.
Stars: ✭ 31 (-58.67%)
Mutual labels:  element
EnviroMonitorStation
Arduino compatible software for ESP8266 based environmental monitoring station. Includes temperature, humidity, barometric pressure and PM2.5, PM10 dust monitoring
Stars: ✭ 71 (-5.33%)
Mutual labels:  sensor
budwk
WK系列开发框架-V6至V7 Java微服务+网关+Vue Element 前后端分离
Stars: ✭ 114 (+52%)
Mutual labels:  element
ha-gismeteo
Gismeteo Weather Provider for Home Assistant
Stars: ✭ 84 (+12%)
Mutual labels:  sensor
homeassistant-config
My Home Assistant Configuration
Stars: ✭ 22 (-70.67%)
Mutual labels:  sensor
falcon-helm
Helm Charts for running CrowdStrike Falcon with Kubernetes
Stars: ✭ 34 (-54.67%)
Mutual labels:  sensor
mlx90632-library
MLX90632 library for the Melexis 90632 Infra Red temperature sensor.
Stars: ✭ 34 (-54.67%)
Mutual labels:  sensor
repeat-element
Create an array by repeating the given string n times.
Stars: ✭ 19 (-74.67%)
Mutual labels:  element
hotscript
HotScript - Revolutionizing how Windows works.
Stars: ✭ 29 (-61.33%)
Mutual labels:  resize
embedded-ccs811-rs
Platform agnostic Rust driver for the CCS811 ultra-low power digital gas sensor for monitoring indoor air quality
Stars: ✭ 12 (-84%)
Mutual labels:  sensor
vue-music
using Vue to Develop Mobile Project to Simulate “Baidu Music”(高仿百度音乐)
Stars: ✭ 27 (-64%)
Mutual labels:  element
Calendarific
Calendarific holiday sensor for Home Assistant
Stars: ✭ 14 (-81.33%)
Mutual labels:  sensor
embedded-sps
Embedded i2c Driver for Sensirion Particulate Matter Sensors - Download the Zip Package from the Release Page
Stars: ✭ 36 (-52%)
Mutual labels:  sensor
homebridge-tion
Homebridge plugin to control Tion breezers
Stars: ✭ 32 (-57.33%)
Mutual labels:  sensor
image-php
很多PHP框架竟然没有图片设定宽高居中剪裁的功能,比如CodeIgniter,所以我自己封装了一个图片处理类:可设定宽高居中剪裁、设定宽高等比缩放、创建缩略图
Stars: ✭ 17 (-77.33%)
Mutual labels:  resize
SensingKit-Android
An Android framework that provides Mobile Sensing functionality to your apps.
Stars: ✭ 83 (+10.67%)
Mutual labels:  sensor
pxt-minode
mi:node kit(micro:bit IoT Starter Kit by element14) driver package for PXT/microbit
Stars: ✭ 25 (-66.67%)
Mutual labels:  sensor
vue-element-admin-ts
vue-element-admin 的 typescript 版本
Stars: ✭ 101 (+34.67%)
Mutual labels:  element

vue-resize-sensor

detect container resizing.

  • event based
  • no window.onresize
  • no interval/timeout detection
  • no CSS modifications
  • no Javascript-Framework dependency

Example

<template>
  <div>
    <resize-sensor @resize="resize"></resize-sensor>
  </div>
</template>

API

props

initial Boolean

Request an initial size event.

events

@resize Object

A size object { width, height }

Browser support

Same browser support as Vue.js 2

Note

since v2.x, the script is exported as esm.

Credits

Franck Freiburger

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].