Sha256: 3e78a0e4d6c6ac1086323f64973e1d9418b74785b06c5af92759e43b8df6ba0a
Contents?: true
Size: 795 Bytes
Versions: 16
Compression:
Stored size: 795 Bytes
Contents
--- layout: post title: "Labels" subtitle: "Labels are standalone inline-block elements useful for highlighting information, and conveying interface feedback" categories: components permalink: /components/labels/ --- <div class="pattern"> <span class="label label--success">Collaborator</span> <span class="label label--warning">Connection Timeout</span> <span class="label label--danger">Error</span> <span class="label label--information">Information</span> <span class="label label--beta">Beta</span> </div> ``` html <span class="label label--success">Connected</span> <span class="label label--warning">Connection Timeout</span> <span class="label label--danger">Error</span> <span class="label label--information">Information</span> <span class="label label--beta">Beta</span> ```
Version data entries
16 entries across 16 versions & 2 rubygems