docs(Popover): add offset prop (#7600)

This commit is contained in:
neverland
2020-11-21 18:37:14 +08:00
committed by GitHub
parent b53254e33a
commit 2eec9b7caf
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -163,6 +163,7 @@ export default {
| actions | Actions | _Action[]_ | `[]` |
| placement | Placement | _string_ | `bottom` |
| theme | Themecan be set to `dark` | _string_ | `light` |
| offset | Distance to reference | _[number, number]_ | `[0, 8]` |
| overlay | Whether to show overlay | _boolean_ | `false` |
| close-on-click-action | Whether to close when clicking action | _boolean_ | `true` |
| close-on-click-outside | Whether to close when clicking outside | _boolean_ | `true` |