summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/code.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/layout/code.stories.tsx')
-rw-r--r--src/components/molecules/layout/code.stories.tsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/molecules/layout/code.stories.tsx b/src/components/molecules/layout/code.stories.tsx
index ac0e98f..c3fbf22 100644
--- a/src/components/molecules/layout/code.stories.tsx
+++ b/src/components/molecules/layout/code.stories.tsx
@@ -12,6 +12,19 @@ export default {
outputPattern: '#output#',
},
argTypes: {
+ 'aria-label': {
+ control: {
+ type: 'text',
+ },
+ description: 'An accessible name for the code sample.',
+ table: {
+ category: 'Accessibility',
+ },
+ type: {
+ name: 'string',
+ required: false,
+ },
+ },
children: {
control: {
type: 'text',