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

Class

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

Source from the content-addressed store, hash-verified

129 ]
130})
131export class UiSheetTrigger {
132 inputClass = input<string>('', { alias: 'class' });
133 computedClass = computed(() => sheetTrigger({ class: this.inputClass() }));
134}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected