How to use the @aurelia-ux/core.processDesignAttributes function in @aurelia-ux/core

To help you get started, we’ve selected a few @aurelia-ux/core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github aurelia / ux / packages / icons / dist / commonjs / ux-icon.js View on Github external
this.logger.error('ux-icon: no matching icon found', this.element);
        }
    };
    __decorate([
        aurelia_templating_1.bindable
    ], UxIcon.prototype, "size", void 0);
    __decorate([
        aurelia_templating_1.bindable
    ], UxIcon.prototype, "theme", void 0);
    __decorate([
        aurelia_templating_1.bindable({ defaultBindingMode: aurelia_binding_1.bindingMode.twoWay })
    ], UxIcon.prototype, "icon", void 0);
    UxIcon = __decorate([
        aurelia_dependency_injection_1.inject(Element, core_1.StyleEngine, aurelia_logging_1.Logger),
        aurelia_templating_1.customElement('ux-icon'),
        aurelia_templating_1.processAttributes(core_1.processDesignAttributes)
    ], UxIcon);
    return UxIcon;
}());
exports.UxIcon = UxIcon;

@aurelia-ux/core

A user experience framework for Aurelia.

MIT
Latest version published 4 years ago

Package Health Score

51 / 100
Full package analysis