0.2.5 • Published 8 months ago

@logo-rn/logo-tag-edit v0.2.5

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
8 months ago

@logo-rn/logo-tag-edit

allows user to enter and edit tags.

npm version

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}
   />

For more detailed information, please visit:

Logo Elements Documentation ↗