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

Class

projects/ui/src/directives/sheet.ts:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 hostDirectives: []
71})
72export class UiSheetHeader {
73 inputClass = input<string>('', { alias: 'class' });
74 computedClass = computed(() => sheetHeader({ class: this.inputClass() }));
75}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected