function createSkeleton
createSkeleton(props?: SkeletonProps): HTMLDivElement

Create a single skeleton element

Examples

Example 1

const skeleton = createSkeleton({ variant: 'circular', width: '48px', height: '48px' });

Parameters

optional
props: SkeletonProps

Return Type

HTMLDivElement

Usage

import { createSkeleton } from ".";