Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@atlaskit/skeleton

atlassian43.3kApache-2.02.1.2TypeScript support: included

A skeleton acts as a placeholder for content, usually while the content loads.

readme

Skeleton

A skeleton acts as a placeholder for content, usually while the content loads.

Usage

import Skeleton from '@atlaskit/skeleton';

Detailed docs and example usage can be found here.

changelog

@atlaskit/skeleton

2.1.2

Patch Changes

  • f0662cd7a143e - Internal changes to how borders are applied.
  • Updated dependencies

2.1.1

Patch Changes

  • Updated dependencies

2.1.0

Minor Changes

2.0.3

Patch Changes

  • Updated dependencies

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

Patch Changes

  • Updated dependencies

1.2.0

Minor Changes

1.1.0

Minor Changes

Patch Changes

  • Updated dependencies

1.0.3

Patch Changes

1.0.2

Patch Changes

  • Updated dependencies

1.0.1

Patch Changes

  • #165531 57f451bda8919 - Adds side-effect config to support Compiled css extraction in third-party apps

1.0.0

Major Changes

  • #164612 8bac6a32c3cbf - Migrated from @emotion/react to @compiled/react in order to improve performance, align with the rest of the Atlaskit techstack, and support React 18 Streaming SSR.

    Please note, in order to use this version of @atlaskit/skeleton, you will need to ensure that your bundler is configured to handle .css imports correctly. Most bundlers come with built-in support for .css imports, so you may not need to do anything. If you are using a different bundler, please refer to the documentation for that bundler to understand how to handle .css imports.

    For more information on the migration, please refer to RFC-73 Migrating our components to Compiled CSS-in-JS.

0.5.3

Patch Changes

  • Updated dependencies

0.5.2

Patch Changes

0.5.1

Patch Changes

  • #129411 300b0a472d9ce - Removes deprecated usage of ak/theme mixin functions and replaces them with their direct outputs
  • Updated dependencies

0.5.0

Minor Changes

  • #127511 db30e29344013 - Widening range of react and react-dom peer dependencies from ^16.8.0 || ^17.0.0 || ~18.2.0 to the wider range of ^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).

    This change has been done to enable usage of `react@18.3as well as to have a consistent peer dependency range forreactandreact-domfor/platform` packages.

Patch Changes

  • Updated dependencies

0.4.0

Minor Changes

  • #110836 a8bd419fd70b9 - Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime is implicitly set to automatic.

0.3.0

Minor Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

Patch Changes

  • Updated dependencies

0.1.1

Patch Changes

  • #32424 2e01c9c74b5 - DUMMY remove before merging to master; dupe adf-schema via adf-utils

0.1.0

Minor Changes

  • #28534 bc3550c9773 - Added new Skeleton component for displaying a placeholder whilst loading.