diff --git a/@overflow/commons/ui/component/index.ts b/@overflow/commons/ui/component/index.ts index c1b181c..a610d18 100644 --- a/@overflow/commons/ui/component/index.ts +++ b/@overflow/commons/ui/component/index.ts @@ -2,6 +2,10 @@ import { MenuBarComponent, } from './menu'; +import { + DropdownPanelComponent, +} from './primeng'; + import { ToolbarComponent, } from './toolbar'; @@ -12,6 +16,7 @@ import { } from './window'; export const COMPONENTS = [ + DropdownPanelComponent, MenuBarComponent, ToolbarComponent, TitleBarComponent, diff --git a/@overflow/commons/ui/component/primeng/dropdown-panel.component.html b/@overflow/commons/ui/component/primeng/dropdown-panel.component.html new file mode 100644 index 0000000..48390e6 --- /dev/null +++ b/@overflow/commons/ui/component/primeng/dropdown-panel.component.html @@ -0,0 +1,18 @@ +