Skip to content

Commit 85442c0

Browse files
docs: update docs for place supporting a list
1 parent 249b925 commit 85442c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Notes:
7373

7474
| Global | Specific | Type | Values | Description |
7575
| :--------------- | :-------------------- | :------------ | :------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
76-
| place | data-place | String | top, right, bottom, left | placement |
76+
| place | data-place | String | "top", "right", "bottom", "left", or comma-separated e.g. "left,right" | placement - can specify a comma-separated list of preferences that will be attempted in order |
7777
| type | data-type | String | dark, success, warning, error, info, light | theme |
7878
| effect | data-effect | String | float, solid | behaviour of tooltip |
7979
| event | data-event | String | e.g. click | custom event to trigger tooltip |

0 commit comments

Comments
 (0)