@visual-management/plugin-title
Plugin to show a title.
Configuration
title
string, defaults to This is 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.