NorthwindNorthwind
← All posts

The Quill Component Gallery

Every safe component the Quill blog theme exposes to MDX, rendered in one place — callouts, figures, tables, code, and more.

Sofia Alvarez · 2 min read
Share

This post exercises every component the Quill theme exposes to customer MDX, so you can see exactly how each one renders.

Callouts

An info callout — neutral blue, for tips and helpful context.
A warning callout — amber, for things to watch out for.
A danger callout — red, for destructive or risky operations.

Figures

Client to API to database request flow
Figure 1 — a captioned diagram rendered through the Figure component.

Tables

ComponentPurposeCustomer-safe
CalloutHighlighted asideYes
FigureCaptioned imageYes
EmbedSandboxed iframeYes
YouTubeVideo by idYes

Blockquotes and lists

Pull quotes use the accent-tinted blockquote treatment — good for emphasising a key line.

  • A bullet with inline code in it
  • A bullet linking to the documentation
  • A third bullet for good measure
  1. Ordered item one
  2. Ordered item two
  3. Ordered item three

Code blocks

 
  // Fenced code gets a hover copy-to-clipboard button via the CodeBlock wrapper.
  return `Hello, ${name}!`;
}

That covers the full component surface — inline code, links, headings, and everything above.

Share

More to read

Related posts