# Summary & Details

This plugin adds a Gutenberg block which provides `<details>` with an optional `<summary>`.

<details>
<summary>What does that look like?</summary>
Why, just like this!
</details>

<details>
<summary>Why did you make it?</summary>
I wanted to try making a Gutenberg block, and I read <a href="https://css-tricks.com/quick-reminder-that-details-summary-is-the-easiest-way-ever-to-make-an-accordion/">this article</a> last week.
</details>

## Meta

![A screenshot.](assets/dotorg/screenshot-1.png)

***

_This project was bootstrapped with [Create Guten Block](https://github.com/ahmadawais/create-guten-block)._
