From b12f3d546bca10be94f7d4743d0cec3ca33aa6db Mon Sep 17 00:00:00 2001 From: Amir Fefer Date: Thu, 29 Aug 2019 12:54:21 +0300 Subject: [PATCH] docs(readme): remove old readme --- README.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 3fcf711..0000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -[![Build Status](https://travis-ci.org/amirfefer/react-ellipsis-with-tooltip.svg)](https://travis-ci.org/amirfefer/react-ellipsis-with-tooltip) -# react-ellipsis-and-tooltip -Recognizes whether a text element is overflowed, - -truncates (with ellipsis) it and adds bootstrap's tooltip. - -Try via [stroybook](https://amirfefer.github.io/react-ellipsis-with-tooltip/ -) - -## Usage - -1. Install package - > npm install --save react-ellipsis-with-tooltip - -2. Import it - - ```javascript - import EllipsisWithTooltip from 'react-ellipsis-with-tooltip' - ``` -3. Wrap with text elements - -## Examples -### Inside a table cell -```javascript - - - Lorem Ipsum - - -``` - -### Wrapping anchor element -```javascript - - - Lorem Ipsum - - -```