
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
lm-textarea
Advanced tools
0.2.0
组件描述内容
lm-*
组件使用 npm
进行管理,命名空间统一为 lm-
,请使用以下命令进行组件安装。
npm i lm-textarea --save
npm
,可通过以下方式进行 安装。npm install -g cnpm --registry=https://registry.npm.taobao.org
<Textarea
rows={3}
maxLength={10}
onChange={value=>console.log(value)}
value='123456"
/>
<Textarea
rows={3}
maxLength={10}
onChange={value=>console.log(value)}
>
1234567
</Textarea>
Prop | Type | Default | Description |
---|---|---|---|
rows | number | 2 | 行数 |
maxLength | number | undefined | 最大长度并实时显示输入情况 |
onChange | function | undefined | change事件回调函数 |
value | string | '' | value值 优先级高于children |
进入项目目录后,使用 node
命令启动服务
npm run start
打包发布可通过 node
命令执行
npm run build
npm publish
FAQs
* 作者:winber * 邮箱:winberxie@163.com * 版本:**`0.2.0`**
The npm package lm-textarea receives a total of 0 weekly downloads. As such, lm-textarea popularity was classified as not popular.
We found that lm-textarea demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.