Tags
Tags classify content using keywords or labels. They are added to a web page, asset or content to help users search for related content quickly and easily.
import { ... } from '@ag.ds-next/react/tags';
Usage
Tags components can be imported via the tags
entrypoint in the @ag.ds-next/react
package.
For example:
import { ... } from '@ag.ds-next/react/tags';
Props
Prop | Type | Description |
---|---|---|
items | Omit<TagProps, "children"> & { label: string; }[] | |
heading? | ReactNode |
Source
You can view the full source code for this package on Github.