ember-truncate:一个通用的Ember组件,用于将文本截断为指定的行数

时间:2024-03-09 07:25:37
【文件属性】:

文件名称:ember-truncate:一个通用的Ember组件,用于将文本截断为指定的行数

文件大小:161KB

文件格式:ZIP

更新时间:2024-03-09 07:25:37

JavaScript

灰烬截断 该插件提供了一个在Ember应用程序中截断文本的组件。 安装 npm install ember-truncate 用法 首先,将truncate-multiline组件放置在您的模板之一中,并为text属性提供一个字符串。 {{ truncate-multiline text = " Long text to truncate. " }} 块形式提供了自定义形式之外的自定义形式,并支持嵌套的DOM节点。 而不是提供text属性,而是将文本或元素渲染到target组件中。 使用button组件可自定义“更多/更少”按钮,或排除它以完全删除按钮。 isTruncated属性提供对截断当前状态的访问。 {{ #truncate-multiline as | tm | ~}} {{ #tm.target ~}} Long text to truncate with


【文件预览】:
ember-truncate-master
----.gitignore(355B)
----README.md(4KB)
----ember-cli-build.js(494B)
----.bowerrc(60B)
----.ember-cli(280B)
----tests()
--------integration()
--------test-helper.js(228B)
--------dummy()
--------unit()
--------.jshintrc(831B)
--------helpers()
--------index.html(1KB)
----testem.js(581B)
----app()
--------components()
--------.gitkeep(0B)
----.jshintrc(518B)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)
--------styles()
----index.js(235B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----LICENSE.md(1KB)
----addon()
--------components()
--------utils()
--------.gitkeep(0B)
--------templates()
----.watchmanconfig(37B)
----.eslintignore(221B)
----.template-lintrc.js(62B)
----.npmignore(359B)
----.travis.yml(1KB)
----.editorconfig(368B)
----yarn.lock(375KB)
----.eslintrc.js(1008B)

网友评论