defmodule LiveAntd.Components.Popover do @moduledoc """ The floating card popped by clicking or hovering. ## API * [ ] `content`: Content of the card * [ ] `title`: Title of the card ## Example """ use Surface.Component def render(assigns) do ~H"""
""" end end