+
{text}
{count && count > 0 && (
-
{count}
+
+
+ {count}
+
)}
diff --git a/packages/ui/components/popover/popover.stories.mdx b/packages/ui/components/popover/popover.stories.mdx
new file mode 100644
index 0000000000..0a3681a6e9
--- /dev/null
+++ b/packages/ui/components/popover/popover.stories.mdx
@@ -0,0 +1,138 @@
+import { TooltipProvider } from "@radix-ui/react-tooltip";
+import { Canvas, Meta, Story } from "@storybook/addon-docs";
+import { Fragment } from "react";
+
+import { FilterCheckboxFieldsContainer } from "@calcom/features/filters/components/TeamsFilter";
+import {
+ CustomArgsTable,
+ Examples,
+ Example,
+ Title,
+ VariantsTable,
+ VariantRow,
+} from "@calcom/storybook/components";
+import { Button, CheckboxField } from "@calcom/ui";
+
+import { List, ListItem } from "../list";
+import { AnimatedPopover } from "./AnimatedPopover";
+
+
+
+
+
+## Definition
+
+The `Popover` component is used to display rich content in a portal.
+
+## Structure
+
+The `Popover` component can be used to display a rich content in a portal.
+
+
+
+## Examples
+
+
+
+
+
+
+ {["First", "Second", "Third"]?.map((eventType) => (
+
+ {
+ console.log("changed ", e);
+ }}
+ description={eventType}
+ />
+
+ ))}
+
+
+
+
+
+
+ click here}>
+
+ {["First", "Second", "Third"]?.map((eventType) => (
+
+ {
+ console.log("changed ", e);
+ }}
+ description={eventType}
+ />
+
+ ))}
+
+
+
+
+
+
+
+
+ {["First", "Second", "Third"]?.map((eventType) => (
+
+ {
+ console.log("changed ", e);
+ }}
+ description={eventType}
+ />
+
+ ))}
+
+
+
+
+
+
+## Popover Story
+
+