2.0.0 • Published 3 years ago

@financial-times/tag-me v2.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

tag-me

React UI component to manage tags. You can assign them, remove them and use autocomplete. This repo has a story book. Run it locally using yarn storybook.

Installation

yarn add @financial-times/tag-me // with yarn
npm i @financial-times/tag-me  // with npm

Usage

import { TagMe } from '@financial-times/tag-me';

<TagMe
    contentUUID={articleStore.articleId}
/>

Development & Pubishing

This repo is being developed and published as part of @financial-times/spark-components which uses lerna under the hood for the publication flows.

2.0.0

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.6

4 years ago