UNPKG

bruno-ui

Version:
14 lines (11 loc) 532 B
import { r as registerInstance, h } from './core-23b55849.js'; const RowComponent = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return (h("div", null, h("slot", null))); } static get style() { return "brn-row {\n display: block;\n}\nbrn-row > div {\n position: relative;\n width: 100%;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n border: 0;\n line-height: initial;\n}"; } }; export { RowComponent as brn_row };