triple-dot
v1.0.3
Published
Gives you a short text of lengthy text
Downloads
6
Maintainers
Readme
Triple-dot
This package will give you a short text with triple dots for lengthy text or paragraph.
Example
For Node js
var tripleDot = require("triple-dot")
tripleDot("Hello World",5)
console.log(tripleDot("Hello World",5))
For React js
import tripleDot from "triple-dot"
console.log(tripleDot("Hello World",5))
Output:
Hello...
Parameters
1.Text (String)
2.Length (Number)