LiveAntd.Components.Popover (live_antd v0.1.0)
The floating card popped by clicking or hovering.
API
- [ ]
content
: Content of the card - [ ]
title
: Title of the card
Example
<Popover
content={{ @content }}
title= {{ @title }}
<Button type="primary">Hover me</Button>
Properties
Link to this section Summary
Functions
Callback implementation for Phoenix.LiveComponent.mount/1
.
Callback implementation for Phoenix.LiveComponent.render/1
.
Link to this section Functions
Link to this function
mount(socket)
Callback implementation for Phoenix.LiveComponent.mount/1
.
Link to this function
render(assigns)
Callback implementation for Phoenix.LiveComponent.render/1
.