Data input

Toggle

Themed press/unpress toggle button for binary on/off controls.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjToggleComponent } from '@kouji-ui/components';
Loading editor
04

Playground

#playground
appearance
size
<kj-toggle
  appearance="press"
  size="md"
>B</kj-toggle>