0.1.2 • Published 7 years ago
bulma-tile v0.1.2
bulma-tile
A self organized bulma-tile custom element.
Check out the basic or complex live demos.
Usage
Simply write the bulma-tile tag whenever you need one.
Optionally define vertical, which will automatically set is-vertical modifier, or size from 1 to 12 to reflect it via is-N classes.
<bulma-tile size=1 vertical>All contextual modifiers such is-anchestor, is-parent, or is-child are added or removed automatically.
You could even drag around tiles through the inspector and see all nodes update accordingly.
Loading
- Custom Element definition only via
https://unpkg.com/bulma-tileor min.js - definition + class as CJS module via
const BulmaTile = require('bulma-tile') - definition + class as ESM module via
import BulmaTile from 'bulma-tile'