Moul UIBeta
Components

Skeleton

Documentation for the Skeleton component.

Skeleton

Preview

The Skeleton component is built with React Aria and styled using StyleX.

Import

import { Skeleton } from '@moul-dev/ui';

Usage

Here is a basic example of how to use the Skeleton component:

import { Skeleton } from '@moul-dev/ui';

export default function Example() {
  return (
    <Skeleton>
      {/* Component content */}
    </Skeleton>
  );
}

On this page