Feedback

Spinner

Themed indeterminate loading spinner with variant, size, and animation glyph options.

03

Import

#import

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

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

Playground

#playground
Loading
variant
size
animation
<kj-spinner
  kjVariant="neutral"
  kjSize="md"
  kjAnimation="spin"
  kjAriaLabel="Loading"
/>