Function sauron::prelude::prelude::html::units::vh

source ·
pub fn vh(v: impl Into<Value>) -> String
Expand description

Relative to 1% of the height of the viewport*

Example:

use sauron::html::units::*;

assert_eq!("10vh", vh(10));

MDN reference