The article flag (sponsored, new, updated, etc)
npm install @times-components/article-flagArticle flags are attached to an article like a label to indicate the article's
status. There are some common statuses that are exported as components from this
package, such as "new", "updated", "exclusive" or "sponsored", but the default
component also takes a bespoke title prop to enable a bespoke status.
The flags are currently added to an article by an editor using the CMS. These
flags "expire" server side.
Please read CONTRIBUTING.md before contributing to this
package
Please see our main README.md to get the project running locally
The code can be formatted and linted in accordance with the agreed standards.
```
yarn fmt
yarn lint
This package uses yarn (latest) to run unit tests on each
platform with jest.
```
yarn test:web
Visit the official
storybook
to see our available article flag templates.