TwitterGithub

Toggle Group

A group of toggle buttons.

Installation

npx nx g @spartan-ng/cli:ui toggle-group

Usage

import {
 BrnToggleGroupItemDirective,
 BrnToggleGroupComponent,
} from '@spartan-ng/brain/toggle-group';
import {
 HlmToggleGroupItemDirective,
 HlmToggleGroupDirective,
} from '@spartan-ng/ui-toggle-group-helm';
<brn-toggle-group hlm nullable="true">
  <button aria-label="Bold" value="bold" hlmToggleGroupItem>
      <ng-icon hlm size="sm" name="lucideBold" />
  </button>
</brn-toggle-group>

Examples

Default

Outline

Small

Large

Disabled

Tooltip Toggle