@logo-rn/logo-tag-edit
v0.2.5
Published
<LogoTagEdit/> allows user to enter and edit tags.
Downloads
76
Readme
@logo-rn/logo-tag-edit
allows user to enter and edit tags.
Installation
Install the component:
npm i @logo-rn/logo-tag-edit -s
Usage
Once installed, import the component in your application:
import {LogoTagEdit} from '@logo-rn/logo-tag-edit';
const [values, setvalue] = useState("");
//...
<LogoTagEdit
values={values}
id={"tagEdit"}
watermarkEnabled
setValues={setValue}
watermarkText="Label"
maxTags={3}
/>