UNPKG

@logo-rn/logo-tag-edit

Version:

<LogoTagEdit/> allows user to enter and edit tags.

38 lines (27 loc) 784 B
# @logo-rn/logo-tag-edit <LogoTagEdit/> allows user to enter and edit tags. [![npm version](https://badgen.net/npm/v/@logo-rn/logo-tag-edit)](https://www.npmjs.com/package/@logo-rn/logo-tag-edit) ## Installation Install the component: ```sh npm i @logo-rn/logo-tag-edit -s ``` ## Usage Once installed, import the component in your application: ```js import {LogoTagEdit} from '@logo-rn/logo-tag-edit'; ``` ```js const [values, setvalue] = useState(""); //... <LogoTagEdit values={values} id={"tagEdit"} watermarkEnabled setValues={setValue} watermarkText="Label" maxTags={3} /> ``` ### For more detailed information, please visit: [Logo Elements Documentation ↗](http://elements.logo.com.tr)