New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

regular-clamp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regular-clamp

Text clamping

latest
Source
npmnpm
Version
1.0.12
Version published
Maintainers
1
Created
Source

JS实现多文本截断功能 Demo

#props

  • text(String):文本
  • autoresize(Boolean):根据内容区域变化来自适应,默认false
  • max-lines(Number):可显示的最大行数
  • max-height(Number|String):内容区域最大高度
  • ellipsis(String):截断末尾省略号字符,默认...
  • expanded(Boolean):默认是否展开文本,默认false
  • isTextTriggerToggle(Boolean):默认是否点击文本触发展开收起文本,默认false

#结构复用

  • before(String)HTML字符串,设置显示在内容区域之前的内容
  • after(String)HTML字符串,设置显示在内容区域之后的内容

#Event

  • toggle:切换是否展开内容,配套使用的俩个变量为localExpanded(是否展开)、isClamped(是否截断)

Keywords

Regular

FAQs

Package last updated on 05 Dec 2019

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