Skip to content

Commit

Permalink
add story for hiding both instruction and back of id
Browse files Browse the repository at this point in the history
  • Loading branch information
ayinloya committed Dec 16, 2023
1 parent f370967 commit 5edae51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/components/document-capture/DocumentCapture.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,14 @@ export const DocumentCaptureHideBackOfId = {
>
</document-capture>
`,
}

export const DocumentCaptureHideInstructionNBackOfId = {
render: () => `
<document-capture
hide-back-of-id
hide-instructions
>
</document-capture>
`,
}

0 comments on commit 5edae51

Please sign in to comment.