vcl-icogram
Version:
A textual label with optional prepended and/ or appended icon
31 lines (19 loc) • 667 B
Markdown
# [VCL](https://github.com/vcl/doc) icogram
A textual label with optional prepended and/ or appended icon.
## Features
The combination of an icon and a textual label is very common but there are
numerous permutations of both.
The `vclIcogram` is a wrapper for `vclText` and `vclIcon`
which can occur in arbitrary order and count.
The icogram manages the horizontal gap between the elements.
In combination with the flex layout, the alignment of the elements of an icogram
can be controlled.
## Usage
[basic example](/demo/example.html)
## Classes
- `vclIcogram`
- `vclText`
## Modifiers
## Variables
## Demo
[example.html](/demo/example.html) on GH-pages.