Skip to content
Snippets Groups Projects

Issue #3508546: Created the accordion and accordion_item components.

Compare and
6 files
+ 175
0
Compare changes
  • Side-by-side
  • Inline

Files

$schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schemas/v1/metadata.schema.json
name: Accordion
status: experimental
props:
type: object
properties:
title:
type: string
title: Title
examples:
- 'Section Title'
description:
$ref: json-schema-definitions://experience_builder.module/textarea
type: string
title: Description
description: A brief description for the accordion Section
examples:
- 'A text content for the accordion section.'
slots:
items:
title: Items
description: The accordion items
Loading