ember-cli-mdc-elevation
v3.0.17
Published
ember-cli addon for @material/elevation
Downloads
289
Maintainers
Readme
ember-cli-mdc-elevation
ember-cli addon for @material/elevation
Installation
ember install ember-cli-mdc-elevation
Components and Mixins
Modifiers
mdc-elevation
Description
The elevation mixin allows you to programmatically change the elevation of a component by adding the elevation class to the HTML element.
Usage
<div {{mdc-elevation elevation=4}}>
</div>
Attributes
elevation
- Sets the elevation for the component. Acceptable values are 1 - 12.transition
- Show transition between elevations