@stratio/egeo
Version:
33 lines (23 loc) • 1.18 kB
Markdown
Pop OverThis components pop over a content with a title
| Property | Type | Req | Description | Default |
| -------------- | ----------- | ----- | -------------------------------------- | -------------- |
| qaTag | String | False | For set id for tests | '' |
| | String | False | title Title of the pop over | |
| hidden | Boolean | False | Show or hide the pop over | false |
| offset | StPopOffset | False | For position with offset in x o y axis | {x: 0 , y: 17} |
| showSettingBtn | Boolean | False | when true, settings icon is displayed | false |
| showArrow | Boolean | False | when true, arrow icon is displayed | true |
| Property | Type | Description |
| -------- | ----- | ------------------ |
| click | Event | Notify event click |
```html
<st-pop-over [qaTag]="qaTag"
[]="title"
[]="hidden">
<!-- CONTENT TO POP OVER -->
</st-pop-over>
```