Drawer Test

The following is an example of a drawer component. Click to toggle the visibility of the content.

<%- useComponent('drawer', { id: 'example-drawer', label: `

Example Drawer

`, content: `

Hello World!

This is the body of a drawer

It can have multiple lines.

Even code snippets, Emphasized or Strong text, or even
` }) %>