elevation component
npm install @vonage/vwc-elevationThe _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.
```Content
|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’s code:
` ``
This is the content inside the elevation with DP 0
This is the content inside the elevation with DP 24