vue-100vh

A Vue component, which solves the 100vh problem in mobile browsers, fork from React component

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
vue-100vh
3200.1.15 years ago5 years agoMinified + gzip package size for vue-100vh in KB

Readme

vue100vh Vue component

npm version This is a workaround for iOS Safari and other mobile browsers. Forked from react-div-100vh by mvasin. ViewDemo vue-100vh

Add in your Vue project

npm i vue-100vh

The default behavior

```jsx
<marquee>Your stuff goes here</marquee>
```

Using rvh units

```jsx
<marquee>This is inside a div that takes at least 50% of viewport height.</marquee>
```