Actions

Button

Themed button with variants, sizes, and built-in disabled, loading, and pressed states.

03

Import

#import

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

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

Playground

#playground
variant
size
<kj-button
  kjVariant="default"
  kjSize="md"
>Click me</kj-button>