UNPKG

bulmil

Version:

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

22 lines (19 loc) 561 B
import { r as registerInstance, h, H as Host } from './index-c5baf484.js'; class Column { constructor(hostRef) { registerInstance(this, hostRef); /** * CSS Classes */ this.class = ''; } render() { return (h(Host, { class: { column: true, 'is-narrow': this.isNarrow && typeof this.isNarrow === 'boolean', [this.sizes]: Boolean(this.sizes), [this.class]: Boolean(this.class), } })); } } export { Column as bm_column };