Skip to content

lovetrivedi/react-word-limit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-word-limit

Installation

npm install react-word-limit --save

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import WordLimit from 'react-word-limit';
ReactDOM.render(<WordLimit limit={10}>here is long text to be printed</WordLimit>, document.getElementById('page'));