Open davelinke opened 1 month ago
Latest commit: 4cd64433d150605acb266839dc70fbba1a36e929
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Before you convert this from draft to regular PR make sure to add documentation.
What?
Introducing the FeatureTag component
Why?
The feature tag component is a stylized link/badge interface element that describes categories of a particular application or feature within the BC properties.
Screenshots/Screen Recordings
Figma
Prototype
Testing/Proof
```tsx import { FeatureTag, Flex, Grid } from '@bigcommerce/big-design'; import { AutoAwesomeIcon } from '@bigcommerce/big-design-icons'; import React, { FunctionComponent } from 'react'; const PageFeatureTag: FunctionComponent = () => { return (dev.tsx
code