diff options
Diffstat (limited to 'src/components/templates/page')
| -rw-r--r-- | src/components/templates/page/page-layout.stories.tsx | 24 | 
1 files changed, 24 insertions, 0 deletions
| diff --git a/src/components/templates/page/page-layout.stories.tsx b/src/components/templates/page/page-layout.stories.tsx index bec1066..12fe26a 100644 --- a/src/components/templates/page/page-layout.stories.tsx +++ b/src/components/templates/page/page-layout.stories.tsx @@ -33,6 +33,30 @@ export default {          required: false,        },      }, +    bodyAttributes: { +      description: 'Set additional HTML attributes to the main content body.', +      table: { +        category: 'Options', +      }, +      type: { +        name: 'object', +        required: false, +        value: {}, +      }, +    }, +    bodyClassName: { +      control: { +        type: 'text', +      }, +      description: 'Set additional classnames to the main content body.', +      table: { +        category: 'Styles', +      }, +      type: { +        name: 'string', +        required: false, +      }, +    },      breadcrumb: {        description: 'The breadcrumb items.',        type: { | 
