preact-token-input:用于标记输入的文本字段,用于标记之类的东西

时间:2024-05-17 21:45:26
【文件属性】:

文件名称:preact-token-input:用于标记输入的文本字段,用于标记之类的东西

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-17 21:45:26

preact tags tagging tag-input preact-components

预先令牌输入 用于标记输入的文本字段,用于标记之类的东西。 使用范例 像普通的<input>一样使用 <input> 。 它支持相同的道具/属性,包括value , onInput()和onChange() 。 import TokenInput from 'preact-token-input' ; const Tags = ( { tags , ... props } ) => ( < label xss=removed> Add some tags: < TokenInput xss=removed> < / form > ) ; let tags = [ 'new' , 'noteworthy' , 'tech' ] ; render ( < Tags list = { tags } /


【文件预览】:
preact-token-input-master
----.gitignore(45B)
----.eslintrc(53B)
----package.json(2KB)
----src()
--------index.js(2KB)
----.travis.yml(33B)
----LICENSE(1KB)
----rollup.config.js(1KB)
----README.md(1KB)
----.eslintignore(5B)
----.npmignore(10B)
----test()
--------_setup.js(373B)
--------index.js(598B)

网友评论