[WEB-1878] ui: implementing popover component in a UI package (#5063)

* ui: impleented popover commponent

* chore: implemente component in project-states

* chore: added default styling for popover menu panel

* chore: removed propsWithChildren in popover component type
This commit is contained in:
guru_sainath 2024-07-08 15:03:22 +05:30 committed by GitHub
parent 6dcbea6d14
commit fc2585bf64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 258 additions and 26 deletions

View file

@ -1,5 +1,4 @@
import type { Meta, StoryObj } from "@storybook/react";
import { fn } from "@storybook/test";
import { Avatar } from "./avatar";
const meta: Meta<typeof Avatar> = {