文件名称:react-highlight-within-textarea:React组件用于突出显示文本区域内的文本
文件大小:443KB
文件格式:ZIP
更新时间:2024-05-18 13:16:45
JavaScript
在文本区域内高亮显示React React组件用于突出显示文本区域内的文本 安装 npm install --save react-highlight-within-textarea 用法 import React from 'react' ; import { useState } from 'react' ; import { HighlightWithinTextarea } from 'react-highlight-within-textarea' const Example = ( ) => { const [ value , setValue ] = useState ( "X Y Z and then XYZ" ) ; return ( < HighlightWithinTextarea value = { value } highl
【文件预览】:
react-highlight-within-textarea-master
----.travis.yml(68B)
----example()
--------bin()
--------package.json(725B)
--------src()
--------public()
--------README.md(102KB)
--------yarn.lock(541KB)
----.github()
--------workflows()
----react-highlight-within-textarea()
--------.eslintrc(490B)
--------bin()
--------.babelrc(165B)
--------rollup.config.js(775B)
--------HISTORY.md(594B)
--------package.json(3KB)
--------.yarnrc(89B)
--------src()
--------.npmignore(27B)
--------README.md(3KB)
--------yarn.lock(530KB)
--------.vscode()
----DEVELOPER.md(1001B)
----.gitignore(320B)
----README.md(41B)
----.editorconfig(147B)