0.1.0 • Published 11 months ago

vue-use-screen-orientation v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

vue-use-screen-orientation

A Vue composable for detecting screen orientation using media query.

Installation

npm install vue-use-screen-orientation

Usage

<script setup>
import useScreenOrientation from 'vue-use-screen-orientation'

const orientation = useScreenOrientation()
</script>

<template>
  <div>Orientation: {{ orientation }}</div>
</template>

License

MIT

0.1.0

11 months ago