0.0.1 • Published 6 months ago

mobin-tagilize v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

react-tagilize

simple and flexible lib about tag inputs

this is example that you can learn and use that:

<Tagilize data={(d) => { console.log(d); }} setting={{ beUnique:true, TagsLength:5, bkDelete: true, passBycomma: true, lengthOfTag: 5, }} className="mx-auto mt-11 bottom-0 rounded-md h-10 focus-within:border-[green] border-[red] border-[1px] min-w-[500px] max-w-[800px] " tagStyle={{backgroundColor:"red"}} style={{marginTop:"100px",marginLeft:"100px",border:"1px red solid"}} mode={{ modeName:'(advance) or (multiSelector)', ArrayOfSelector: [ { value: "a" }, { value: "b" }, { value: "c" }, { value: "d" }, ] }} />