Gathering detailed insights and metrics for @chakra-ui/tag
Gathering detailed insights and metrics for @chakra-ui/tag
Gathering detailed insights and metrics for @chakra-ui/tag
Gathering detailed insights and metrics for @chakra-ui/tag
Chakra UI is a component system for building SaaS products with speed ⚡️
npm install @chakra-ui/tag
Typescript
Module System
Node Version
NPM Version
@chakra-ui/cli@3.22.0
Updated on Jul 07, 2025
@chakra-ui/panda-preset@3.22.0
Updated on Jul 07, 2025
@chakra-ui/react@3.22.0
Updated on Jul 07, 2025
@chakra-ui/charts@3.22.0
Updated on Jul 07, 2025
@chakra-ui/panda-preset@3.21.1
Updated on Jun 28, 2025
@chakra-ui/charts@3.21.1
Updated on Jun 28, 2025
TypeScript (82.2%)
MDX (16.96%)
JavaScript (0.71%)
CSS (0.07%)
HTML (0.06%)
Dockerfile (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
39,353 Stars
10,958 Commits
3,443 Forks
201 Watchers
10 Branches
695 Contributors
Updated on Jul 13, 2025
Latest Version
3.1.1
Package Id
@chakra-ui/tag@3.1.1
Unpacked Size
33.71 kB
Size
5.97 kB
File Count
17
NPM Version
9.6.7
Node Version
18.17.1
Published on
Sep 08, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
2
This component is displayed as an accessible tag with an optional link and/or button to remove it.
1yarn add @chakra-ui/tag
1import { Tag } from "@chakra-ui/tag"
1<Tag />
Pass the size
prop to change the size of the tag.
1<> 2 <Tag size="sm" colorScheme="gray"> 3 Gray 4 </Tag> 5 <Tag colorScheme="gray">Gray</Tag> 6 <Tag size="lg" colorScheme="gray"> 7 Gray 8 </Tag> 9</>
Pass the colorScheme
prop to change the background color of the tag component
1<> 2 <Tag colorScheme="pink">Pink</Tag> 3</>
The tag component can contain an Icon. This is done by using the TagIcon
component within the tag component.
1<> 2 <Tag colorScheme="cyan"> 3 <TagIcon size="12px" as={AddIcon} /> 4 <TagLabel>Green</TagLabel> 5 </Tag> 6</>
Use the TagCloseButton
to apply a close button to the tag component.
1<Tag variant="solid" size="sm" colorScheme="cyan"> 2 <TagLabel>Tab Label</TagLabel> 3 <TagCloseButton /> 4</Tag>
Tag component can contain a custom element. This is done by placing the custom element within the tag component.
1<Tag size="lg" colorScheme="red" borderRadius="full"> 2 <Avatar 3 src="https://bit.ly/sage-adebayo" 4 size="xs" 5 name="Segun Adebayo" 6 ml={-1} 7 mr={2} 8 /> 9 <TagLabel>Segun</TagLabel> 10 <TagCloseButton /> 11</Tag>
No vulnerabilities found.
Reason
30 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
7 existing vulnerabilities detected
Details
Reason
Found 5/25 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More@chakra-ui/c-tag
Chakra UI Vue | Tag component component
@hackr/chakra-ui-tag
This component displays as a tag with an optional link and/or button to remove the given tag.
@teste-ui/tag
This component displays as a tag with an optional link and/or button to remove the given tag.
@incmix-ui/tag
Tag Component