@bulmil/core
Version:

22 lines (18 loc) • 679 B
JavaScript
/*!
* Bulmil - MIT License
*/
import { r as registerInstance, h, H as Host } from './index-0e194e62.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: 'dc4e81e4602f24b00a7227f05c37d62165d7459d' }, h("footer", { key: 'faf78cba44110822a3fbf4d7f69b434e781464bc', class: {
footer: true,
} }, h("slot", { key: '303c1276b790d5b5930345cde43a63254d63e4d7' }))));
}
};
Footer.style = BmFooterStyle0;
export { Footer as bm_footer };