@visual-management/plugin-title
v0.0.1
Published
Display a title
Downloads
2
Readme
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
.