Skip to content

Commit

Permalink
Screenshot wireframe only
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Aug 8, 2024
1 parent 1a48c9f commit b3ca0f1
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Placeholder } from '../private/Placeholder/Placeholder';

export const screenshots: ComponentScreenshot = {
screenshotWidths: [320, 768, 992, 1200],
screenshotOnlyInWireframe: true,
examples: [
{
label: 'Horizontal',
Expand Down Expand Up @@ -33,6 +34,14 @@ export const screenshots: ComponentScreenshot = {
</Spread>
),
},
{
label: 'Horizontal single child full width',
Example: () => (
<Spread space="large">
<Placeholder height={60} width="100%" />
</Spread>
),
},
{
label: 'Horizontal responsive space',
Example: () => (
Expand Down

0 comments on commit b3ca0f1

Please sign in to comment.