Skip to Content
🎉 Coral x Panda has been released 🎉 Read the Migration Guide
DocumentationChartsTypesCoralChartSkeleton

CoralChartSkeleton

Basic Usage

import { CoralChartSkeleton } from '@krakentech/coral-charts'; <Container minHeight={300} maxWidth={300}> <CoralChartSkeleton /> </Container>;

Spacing

You can use spacing to control the width of the bars on different screen sizes.

<Container minHeight={300} maxWidth={300}> <CoralChartSkeleton spacing="xs" md={{ spacing: 'lg' }} /> </Container>
Last updated on