New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lm-textarea

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lm-textarea

* 作者:winber * 邮箱:winberxie@163.com * 版本:**`0.2.0`**

  • 0.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

textarea

  • 作者:winber
  • 邮箱:winberxie@163.com
  • 版本:0.2.0

介绍

组件描述内容


安装

lm-* 组件使用 npm 进行管理,命名空间统一为 lm-,请使用以下命令进行组件安装。

npm i lm-textarea --save
  • 如果你还没有安装 npm,可通过以下方式进行 安装
  • 安装cnpm 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>

配置参数

PropTypeDefaultDescription
rowsnumber2行数
maxLengthnumberundefined最大长度并实时显示输入情况
onChangefunctionundefinedchange事件回调函数
valuestring''value值 优先级高于children

注意事项

  • 暂无

开发调试

进入项目目录后,使用 node 命令启动服务

npm run start

打包发布可通过 node 命令执行

npm run build
npm publish

相关资料


Changelog

0.1.0

  1. init

0.2.0

  1. update react to version 16

Keywords

FAQs

Package last updated on 22 Oct 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc