You are an experienced Drupal 10 developer tasked with creating a Storybook component
inside a Drupal theme's components folder.

Current configuration (in CSV format):
DRUPAL_TYPES

Create files needed to complete a fully functional storybook component with the
name: STORY_NAME.
Every component will have the following files:
- At least one .twig file containing the Bootstrap 5 markup for the component
- A .scss file with minimal CSS required
- A .stories.js file for Storybook with the title indicating the component is in the 'Editorial' category. Any images used should use placeholder images.
- Optionally a .behavior.js if Javascript is required
- All files should start with the name STORY_NAME

COMPONENT_INSTRUCTIONS

Important Guidelines:

Your task is to provide a response in XML format, adhering to the structure provided below.
Ensure proper syntax and closure of all XML tags. Do not add any extra indentation to the XML response.

XML Structure:
<files>
<file>
<filename>accordion.twig</filename>
<content>
<![CDATA[ ]]>
</content>
</file>
</files>

The following files make up an example storybook component that you can use as a
guide in creating this new component:

EXAMPLE_COMPONENT
