Components Plugins
Pre-built UI component blocks: collapsible accordions, content cards with icons and links, and numbered step-by-step guides. Perfect for documentation, tutorials, and FAQs.
Usage
setup.ts
accordionPlugin() · accordionGroupPlugin()
Collapsible sections using the <Accordion title="..."> component. Use the optional defaultOpen attribute to expand an item by default. Wrap multiple accordions in <AccordionGroup> for grouped display.
accordion-group.mdx
Single Accordion
accordion.mdx
cardPlugin() · cardGroupPlugin()
Content cards with an optional title, icon, and href link. Use <CardGroup cols="N"> to arrange multiple cards in a grid layout.
cards.mdx
stepPlugin()
Numbered step-by-step guides using the <Steps> wrapper with<Step title="..."> children. Each step supports full Markdown content including code blocks, lists, and images.
steps.mdx
© 2026 SynclineMDX Editor. All rights reserved.