UNPKG

@fleetbase/ember-ui

Version:

Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.

6 lines (4 loc) 147 B
import { modifier } from 'ember-modifier'; export default modifier(function setZIndex(element, [zIndex]) { element.style.zIndex = zIndex; });