Accordion

Hides content behind an expandable menu.

What is included in the free plan?

The free plan gives you access to basic features including project creation, limited storage, and community support. You can upgrade at any time for more functionality.

Can I use this tool with my existing workflow?

Absolutely. The system is designed to integrate seamlessly with popular tools like Git, Markdown, and static site generators. No major setup or migration required.

How does team collaboration work?

You can invite team members to your projects, assign roles, and collaborate in real time. Changes are tracked and synced automatically across environments.

_bookshop_name: wrappers/accordion
items:
  - title: What is included in the free plan?
    contentBlocks:
      - _bookshop_name: primitives/rich-text
        text: The free plan gives you access to basic features including project creation, limited storage, and community support. You can upgrade at any time for more functionality.
  - title: Can I use this tool with my existing workflow?
    contentBlocks:
      - _bookshop_name: primitives/rich-text
        text: Absolutely. The system is designed to integrate seamlessly with popular tools like Git, Markdown, and static site generators. No major setup or migration required.
  - title: How does team collaboration work?
    contentBlocks:
      - _bookshop_name: primitives/rich-text
        text: You can invite team members to your projects, assign roles, and collaborate in real time. Changes are tracked and synced automatically across environments.

Properties

items array

The items to display in the accordion.

openFirst boolean | default: false

If true, the first item will be open by default.

Examples

Open First Item

What do I get?

You get access to basic features to help you get started quickly.

Is it easy to use?

Yes, everything is designed to be simple and straightforward.

Can I use it with others?

You can share and collaborate with others at any time.

_bookshop_name: wrappers/accordion
openFirst: true
items:
  - title: What do I get?
    contentBlocks:
      - _bookshop_name: primitives/rich-text
        text: You get access to basic features to help you get started quickly.
  - title: Is it easy to use?
    contentBlocks:
      - _bookshop_name: primitives/rich-text
        text: Yes, everything is designed to be simple and straightforward.
  - title: Can I use it with others?
    contentBlocks:
      - _bookshop_name: primitives/rich-text
        text: You can share and collaborate with others at any time.