component Popover { props { @event open = function @event close = function size = "default" color = "primary" title = "Popover" description = "" open = false placement = "bottom" closeLabel = "Close" class = "" } view {
{title}
{#if description}

{description}

{/if}
} }