mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
2.3 KiB
2.3 KiB
Tag
[component-header:sl-tag]
Tags are used as labels to organize things or to indicate a selection.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
<sl-tag type="primary">Primary</sl-tag>
<sl-tag type="success">Success</sl-tag>
<sl-tag type="info">Info</sl-tag>
<sl-tag type="warning">Warning</sl-tag>
<sl-tag type="danger">Danger</sl-tag>
Examples
Size
<sl-tag type="primary" size="small">Primary</sl-tag>
<sl-tag type="success" size="small">Success</sl-tag>
<sl-tag type="info" size="small">Info</sl-tag>
<sl-tag type="warning" size="small">Warning</sl-tag>
<sl-tag type="danger" size="small">Danger</sl-tag>
<br><br>
<sl-tag size="medium" type="primary">Primary</sl-tag>
<sl-tag size="medium" type="success">Success</sl-tag>
<sl-tag size="medium" type="info">Info</sl-tag>
<sl-tag size="medium" type="warning">Warning</sl-tag>
<sl-tag size="medium" type="danger">Danger</sl-tag>
<br><br>
<sl-tag size="large" type="primary">Primary</sl-tag>
<sl-tag size="large" type="success">Success</sl-tag>
<sl-tag size="large" type="info">Info</sl-tag>
<sl-tag size="large" type="warning">Warning</sl-tag>
<sl-tag size="large" type="danger">Danger</sl-tag>
Removable
<sl-tag type="primary" size="small" removable>Primary</sl-tag>
<sl-tag type="success" size="small" removable>Success</sl-tag>
<sl-tag type="info" size="small" removable>Info</sl-tag>
<sl-tag type="warning" size="small" removable>Warning</sl-tag>
<sl-tag type="danger" size="small" removable>Danger</sl-tag>
<br><br>
<sl-tag size="medium" type="primary" removable>Primary</sl-tag>
<sl-tag size="medium" type="success" removable>Success</sl-tag>
<sl-tag size="medium" type="info" removable>Info</sl-tag>
<sl-tag size="medium" type="warning" removable>Warning</sl-tag>
<sl-tag size="medium" type="danger" removable>Danger</sl-tag>
<br><br>
<sl-tag size="large" type="primary" removable>Primary</sl-tag>
<sl-tag size="large" type="success" removable>Success</sl-tag>
<sl-tag size="large" type="info" removable>Info</sl-tag>
<sl-tag size="large" type="warning" removable>Warning</sl-tag>
<sl-tag size="large" type="danger" removable>Danger</sl-tag>
[component-metadata:sl-tag]