MCPcopy Create free account
hub / github.com/angularcafe/slateui /

Class

projects/ui/src/directives/dropdown-menu.ts:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72})
73export class UiDropdownMenuShortcut {
74 inputClass = input<string>('', { alias: 'class' });
75 computedClass = computed(() => dropdowMenuShortcut({ class: this.inputClass() }));
76}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected