Skip to content

Commit 1288009

Browse files
Add wordBreak option to README.md
1 parent 762e440 commit 1288009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ In some upcoming version it may be able to detect this value automatically.
3636
| --- | --- | --- | --- |
3737
| importCss | Boolean | false | Set to `true` in order to import styles into `<head>` automatically, element.style is used by default
3838
| textOverflow | String | `ellipsis` | Set the value for [`text-overflow`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow) property in modern browsers
39+
| wordBreak | Boolean | true | Break words by using [`word-break`](https://developer.mozilla.org/en-US/docs/Web/CSS/word-break) property.
3940
| fallbackFunc | Function | defaultFallbackFunc | Provide your own default method to handle the truncation strategy on unsupported browsers. Accepts all directive params: `element (Node)`, `bindings (Object)`, `lines (Number)`
4041

4142

0 commit comments

Comments
 (0)