[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:
parent
6dcbea6d14
commit
fc2585bf64
11 changed files with 258 additions and 26 deletions
|
|
@ -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> = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue