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

Class

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

Source from the content-addressed store, hash-verified

80 }
81})
82export class UiToggleGroup {
83 inputClass = input<string>('', { alias: 'class' });
84 variant = input<ToggleGroupVariants['variant']>('default');
85 size = input<ToggleGroupVariants['size']>('default');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected