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

Class

projects/ui/src/directives/toggle.ts:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }],
51})
52export class UiToggle {
53 variant = input<ToggleVariants['variant']>('default', { alias: 'variant' });
54 size = input<ToggleVariants['size']>('default', { alias: 'size' });
55 inputClass = input<string>('', { alias: 'class' });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected