UNPKG

bulmil

Version:

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

21 lines (16 loc) 511 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-8e7d875f.js'); const Column = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h(index.Host, { class: { column: true, 'is-narrow': this.isNarrow && typeof this.isNarrow === 'boolean', [this.sizes]: Boolean(this.sizes), } })); } }; exports.bm_column = Column;