4.3.1 • Published 5 years ago

@forter/tag v4.3.1

Weekly downloads
127
License
Apache-2.0
Repository
github
Last release
5 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

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