diff --git a/apps/docs/content/components/collections/TagGroup.mdx b/apps/docs/content/components/collections/TagGroup.mdx index 886ab55c..5027bc17 100644 --- a/apps/docs/content/components/collections/TagGroup.mdx +++ b/apps/docs/content/components/collections/TagGroup.mdx @@ -62,7 +62,7 @@ A tag can be disabled using the `isDisabled` prop. -### Invalid +### Invalid Tag If a tag group is invalid, it will display an error message. Displaying this error message will hide the helper message. @@ -113,7 +113,7 @@ Using the `renderEmptyState` prop, you can customize the empty state message whe -### Invalid +### Invalid TagGroup A tag can be set as invalid using the `isInvalid` prop. diff --git a/packages/components/src/tag/docs/tag/count.tsx b/packages/components/src/tag/docs/tag/count.tsx index 674b1579..8fb90f60 100644 --- a/packages/components/src/tag/docs/tag/count.tsx +++ b/packages/components/src/tag/docs/tag/count.tsx @@ -3,15 +3,15 @@ import { Badge, Tag, TagGroup, Text } from "@hopper-ui/components"; export default function Example() { return ( - + Designer 12 - + Developer 100 - + Manager 99+ diff --git a/packages/components/src/tag/docs/tag/icons.tsx b/packages/components/src/tag/docs/tag/icons.tsx index bedd8f53..d69b6199 100644 --- a/packages/components/src/tag/docs/tag/icons.tsx +++ b/packages/components/src/tag/docs/tag/icons.tsx @@ -4,11 +4,11 @@ import { SparklesIcon } from "@hopper-ui/icons"; export default function Example() { return ( - + Developer - + Designer @@ -16,7 +16,7 @@ export default function Example() { - + Manager