@bulmil/core
Version:

22 lines (18 loc) • 679 B
JavaScript
/*!
* Bulmil - MIT License
*/
import { r as registerInstance, h, H as Host } from './index-01625c18.js';
const footerCss = ".footer{background-color:hsl(0, 0%, 98%);padding:3rem 1.5rem 6rem}";
const BmFooterStyle0 = footerCss;
const Footer = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h(Host, { key: '360ae0190628c48877104b451a52d1d4af8d8dd5' }, h("footer", { key: '6f99650c03f233e55a127a69f8af45290d9d1b9e', class: {
footer: true,
} }, h("slot", { key: '804fe525097deee69613e63622b6bab4d6e4104b' }))));
}
};
Footer.style = BmFooterStyle0;
export { Footer as bm_footer };