import Placeholder from 'sentry/components/placeholder'; export default { title: 'Components/Loading Indicators/Placeholder', component: Placeholder, args: { width: '200px', height: '200px', bottomGutter: 2, }, }; export const Default = ({bottomGutter, height, width}) => (

Resizable square

Content below the placeholder

Square with bottom gutter

Content below the placeholder

Round placeholder

Content below the placeholder

); Default.storyName = 'Placeholder';