New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ember-cli-mdc-elevation

Package Overview
Dependencies
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-mdc-elevation

ember-cli addon for @material/elevation

latest
Source
npmnpm
Version
3.0.17
Version published
Maintainers
1
Created
Source

ember-cli-mdc-elevation

ember-cli addon for @material/elevation

Installation

ember install ember-cli-mdc-elevation

Components and Mixins

Modifiers

  • mdc-elevation

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

Keywords

ember-addon

FAQs

Package last updated on 30 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts