Skip to content
vwc-elevation / 2.45.0

vwc-elevation 2.45.0

Install from the command line:
Learn more about npm packages
$ npm install @vonage/vwc-elevation@2.45.0
Install via package.json:
"@vonage/vwc-elevation": "2.45.0"

About this version

vwc-elevation

Introduction

The elevation component enables a user to set perceived elevation to a certain level.

Note that this component is responsible for the perceived elevation alone and not to DOM elements z-indexing.

Usage

<vwc-elevation dp="2"><div>Content</div></vwc-elevation>

API

Properties/Attributes

name attr/prop/reflected type description
dp property/attribute string Level in Density-Independent Pixels (DP). Possible values: 0,2,4,8,12,16,24

Example:

image

Example’s code:

<style>
	#VwcElevation {
		display: inline-block;
	}

	vwc-elevation {
		margin: 5px;
		display: block;
	}
	.card {
		width: 300px;
		height: 30px;
		padding: 20px;
		text-align: center;
	}
</style>
<div>
	<vwc-elevation dp="0">
		<div class="card">
			This is the content inside the elevation with DP 0
		</div>
	</vwc-elevation>

	<vwc-elevation dp="24">
		<div class="card">
			This is the content inside the elevation with DP 24
		</div>
	</vwc-elevation>
</div>

Details


Assets

  • vwc-elevation-2.45.0.tgz

Download activity

  • Total downloads 13
  • Last 30 days 10
  • Last week 9
  • Today 2