4.3.1 ⢠Published 5 years ago
@forter/tag v4.3.1
fc-tag
An element to display element when showing tags
Usage
<script>
import '@forter/tag';
</script>
<fc-tag>
TAG
</fc-tag>
Examples
<!-- Mix - Fill - Secondary -->
<fc-tag type="fill" intent="secondary">test</fc-tag>
<!-- Mix - Fill - Primary -->
<fc-tag type="fill" intent="primary">pending</fc-tag>
<!-- Mix - Fill - Warn -->
<fc-tag type="fill" intent="warn">ā
vib</fc-tag>
<!-- Mix - Fill - Success -->
<fc-tag type="text" intent="success">approve</fc-tag>
<!-- Mix - Fill - Danger -->
<fc-tag type="text" intent="danger">decline</fc-tag>
<!-- Mix - Fill - Cacnel -->
<fc-tag type="text" intent="cancel">not reviewed</fc-tag>
Properties
Property | Attribute | Type | Default | Description |
---|---|---|---|---|
clickable | clickable | boolean | false | Whether the tag is click able |
disabled | disabled | boolean | false | Whether the input is disabled |
intent | intent | "primary" \| "secondary" \| "success" \| "danger" \| "warn" | The button's intent. See Intents in README. | |
type | type | "fill" \| "text" | The tag style type. |
CSS Custom Properties
Property | Description |
---|---|
--fc-tag-background | default: rgba(0, 0, 0, 0.05) |
--fc-tag-border | default: 1px solid rgba(0, 0, 0, 0.1) |
--fc-tag-border-radius | default: 4px |
--fc-tag-color | default: rgba(0, 0, 0, 0.65) |
--fc-tag-cursor | default: pointer |
--fc-tag-font-size | default: 12px |
--fc-tag-height | default: 18px |
--fc-tag-padding | default: 0px |
4.3.1
5 years ago
4.3.0
5 years ago
4.2.1
5 years ago
4.2.0
5 years ago
4.1.15
5 years ago
4.1.14
5 years ago
4.1.13
5 years ago
4.1.12
5 years ago
4.1.11
5 years ago
4.1.10
5 years ago
4.1.9
5 years ago
4.1.8
5 years ago
4.1.7
5 years ago
4.1.6
5 years ago
4.1.5
5 years ago
4.1.4
6 years ago
4.1.3
6 years ago
4.1.2
6 years ago
4.1.1
6 years ago
4.1.0
6 years ago
4.0.2
6 years ago
4.0.1
6 years ago
4.0.0
6 years ago
3.0.3
6 years ago
3.0.2
6 years ago
3.0.1
6 years ago
3.0.0
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.0.1-beta.292
6 years ago
1.0.1-beta.262
6 years ago
1.0.1-beta.247
6 years ago
1.0.1-beta.245
6 years ago
1.0.1-beta.229
6 years ago
1.0.0
6 years ago
1.0.0-alpha.1
6 years ago
1.0.0-alpha.0
6 years ago