feat(Popover): add overlay-style prop (#8354)
This commit is contained in:
@@ -212,6 +212,7 @@ export default {
|
||||
| offset | Distance to reference | _[number, number]_ | `[0, 8]` |
|
||||
| overlay | Whether to show overlay | _boolean_ | `false` |
|
||||
| overlay-class `v3.0.10` | Custom overlay class | _string \| Array \| object_ | - |
|
||||
| overlay-style `v3.0.10` | Custom overlay style | _object_ | - |
|
||||
| close-on-click-action | Whether to close when clicking action | _boolean_ | `true` |
|
||||
| close-on-click-outside | Whether to close when clicking outside | _boolean_ | `true` |
|
||||
| close-on-click-overlay `v3.0.10` | Whether to close when clicking overlay | _boolean_ | `true` |
|
||||
|
||||
Reference in New Issue
Block a user