Feedback

Skeleton

Themed loading placeholder with rectangle, circle, text, and text-block shapes.

03

Import

#import

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

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

Playground

#playground
shape
animation
<kj-skeleton
  kjSkeletonShape="rectangle"
  kjSkeletonAnimation="shimmer"
  kjWidth="12rem"
  kjHeight="3rem"
/>