This is the latest docs update, but there are missing components and blocks. If you wish to see the complete version, you can check it out at old docs.

Components

Skeleton

A placeholder for loading states or empty content.

Installation

NPM packages are currently unstable and may cause issues. Use it at your own risk.
npm install @mijn-ui/react-skeleton

Usage

import { Skeleton } from "@mijn-ui/react-skeleton"
<Skeleton className="w-[100px] h-[20px] rounded-full" />

Examples

SkeletonCard


Skeleton Style Slots

Slot NameTargeted ComponentPurpose
baseSkeletonStyles the skeleton loading component.

On this page