TwitterGithub

Radio Group

A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.

Choose a version

Installation

npx nx g @spartan-ng/cli:ui radiogroup

Usage

import {
  HlmRadioComponent,
  HlmRadioGroupComponent,
  HlmRadioIndicatorComponent,
} from '@spartan-ng/ui-radiogroup-helm';
<hlm-radio-group>
  <label class="flex items-center" hlmLabel>
        <hlm-radio value="16.1.4">
            <hlm-radio-indicator indicator />
        </hlm-radio>
        v16.1.4
    </label>
</hlm-radio-group>

Examples

Card Layout

Scroll Area Progress