We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c07fd commit 89a423fCopy full SHA for 89a423f
README.md
@@ -11,9 +11,6 @@
11
npm install -S @jswork/react-ellipsis-middle
12
```
13
14
-## properties
15
-__GENERATE_DOCS__
16
-
17
## usage
18
1. import css
19
```scss
@@ -73,6 +70,9 @@ __GENERATE_DOCS__
73
70
74
71
75
72
+## preview
+- https://afeiship.github.io/react-ellipsis-middle/
+
76
## license
77
Code released under [the MIT license](https://github.com/afeiship/react-ellipsis-middle/blob/master/LICENSE.txt).
78
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jswork/react-ellipsis-middle",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Ellipsis in middle for single line text.",
5
"license": "MIT",
6
"main": "dist/index.js",
0 commit comments