@stratio/egeo
Version:
24 lines (16 loc) • 766 B
Markdown
This component displays a text inside a floating box
| Property | Type | Req | Description | Default |
| --------- | ----------- | ----- | -------------------------------------- | -------------- |
| | String | False | Text of the bubble | |
| hidden | Boolean | False | Show or hide the bubble | false |
| offset | StPopOffset | False | For position with offset in x o y axis | {x: 0 , y: 17} |
| showArrow | Boolean | False | when true, arrow icon is displayed | true |
```html
<st-bubble [qaTag]="qaTag"
[]="text"
[]="hidden">
</st-bubble>
```