4.3.1 ā€¢ Published 3 years ago

@forter/tag v4.3.1

Weekly downloads
127
License
Apache-2.0
Repository
github
Last release
3 years ago

fc-tag

An element to display element when showing tags

npm.io npm.io npm.io npm.io npm.io npm.io

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

PropertyAttributeTypeDefaultDescription
clickableclickablebooleanfalseWhether the tag is click able
disableddisabledbooleanfalseWhether the input is disabled
intentintent"primary" \| "secondary" \| "success" \| "danger" \| "warn"The button's intent. See Intents in README.
typetype"fill" \| "text"The tag style type.

CSS Custom Properties

PropertyDescription
--fc-tag-backgrounddefault: rgba(0, 0, 0, 0.05)
--fc-tag-borderdefault: 1px solid rgba(0, 0, 0, 0.1)
--fc-tag-border-radiusdefault: 4px
--fc-tag-colordefault: rgba(0, 0, 0, 0.65)
--fc-tag-cursordefault: pointer
--fc-tag-font-sizedefault: 12px
--fc-tag-heightdefault: 18px
--fc-tag-paddingdefault: 0px
4.3.1

3 years ago

4.3.0

4 years ago

4.2.1

4 years ago

4.2.0

4 years ago

4.1.15

4 years ago

4.1.14

4 years ago

4.1.13

4 years ago

4.1.12

4 years ago

4.1.11

4 years ago

4.1.10

4 years ago

4.1.9

4 years ago

4.1.8

4 years ago

4.1.7

4 years ago

4.1.6

4 years ago

4.1.5

4 years ago

4.1.4

4 years ago

4.1.3

4 years ago

4.1.2

4 years ago

4.1.1

4 years ago

4.1.0

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.3

4 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1-beta.292

5 years ago

1.0.1-beta.262

5 years ago

1.0.1-beta.247

5 years ago

1.0.1-beta.245

5 years ago

1.0.1-beta.229

5 years ago

1.0.0

5 years ago

1.0.0-alpha.1

5 years ago

1.0.0-alpha.0

5 years ago