diff options
Diffstat (limited to 'src/components/atoms/icons/computer-screen.stories.tsx')
| -rw-r--r-- | src/components/atoms/icons/computer-screen.stories.tsx | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/src/components/atoms/icons/computer-screen.stories.tsx b/src/components/atoms/icons/computer-screen.stories.tsx index 19649ad..ad457a9 100644 --- a/src/components/atoms/icons/computer-screen.stories.tsx +++ b/src/components/atoms/icons/computer-screen.stories.tsx @@ -8,6 +8,19 @@ export default {    title: 'Atoms/Illustrations/Icons',    component: ComputerScreenIcon,    argTypes: { +    'aria-hidden': { +      control: { +        type: null, +      }, +      description: 'Should the svg be hidden from assistive technologies?', +      table: { +        category: 'Accessibility', +      }, +      type: { +        name: 'string', +        required: false, +      }, +    },      className: {        control: {          type: 'text', | 
