0.0.1 • Published 7 years ago

@visual-management/plugin-title v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

vism-plugin-title

Display a title

Configuration

title

string, defaults to A title

The title to show.

classes

array, defaults to []

Add some classes for adaptable styling.

align

string, defaults to center center

Horizontal (first) & Vertical (second) alignment using flex.

Horizontal: flex-start, center, flex-end, space-around, space-between.

Vertical: flex-start, center, flex-end, stretch.