UNPKG

bulmil

Version:

![bulmil](https://user-images.githubusercontent.com/2362138/65766959-c721a080-e16f-11e9-9fb9-45a5a2ad0391.jpg)

34 lines (33 loc) 1.21 kB
System.register(['./index-c6ef8482.system.js'], function (exports) { 'use strict'; var registerInstance, h, Host; return { setters: [function (module) { registerInstance = module.r; h = module.h; Host = module.e; }], execute: function () { var footerCss = ".footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}"; var Footer = exports('bm_footer', /** @class */ (function () { function class_1(hostRef) { registerInstance(this, hostRef); /** * CSS Classes */ this.class = ''; } class_1.prototype.render = function () { var _a; return (h(Host, null, h("footer", { class: (_a = { footer: true }, _a[this.class] = Boolean(this.class), _a) }, h("slot", null)))); }; return class_1; }())); Footer.style = footerCss; } }; });