0.1.2 • Published 6 years ago

bulma-tile v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

bulma-tile

Build Status License: ISC

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-tile or min.js
  • definition + class as CJS module via const BulmaTile = require('bulma-tile')
  • definition + class as ESM module via import BulmaTile from 'bulma-tile'
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago