Skip to main content

Info label

Examples

Check out the Usage section for details about how to design an InfoLabel properly, and the different configuration options we provide.

Basic Example

A basic label is text in a colored oval.

<InfoLabel>Lorem ipsum</InfoLabel>

Example with icon

You can add an icon to a label. See the icon list for a list of options, or the icon component page for instructions on adding a custom icon.

<InfoLabel icon="gw-star">Lorem ipsum</InfoLabel>

Example info label types

You can use one of the type options to change the color and formatting of the label.

<InfoLabel type="notification type">Lorem ipsum</InfoLabel>