Components
Popover
Popovers display interactive content when their anchor element is clicked.
PopoverA( _.forId := "popover__overview")( div( tw.flex.flexCol.gap4, p("This popover contains interactive content that users can engage with directly."), ButtonA( _.variant.brand, _.size.small )("Take Action") )),ButtonA( _.id := "popover__overview")("Show popover")