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

Class

projects/ui/src/directives/button.ts:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43})
44export class UiButton {
45 inputClass = input<string>('', { alias: 'class' });
46 variant = input<ButtonVariants['variant']>('default');
47 size = input<ButtonVariants['size']>('default');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected