--- title: Text Components last_edited: '2025-10-27T10:01:36.180Z' auto_generated: false --- Three embedded components โ€“ accordions, callouts and cards are available out of the box. We can embed non-standard features into our markdown with the power of [MDX](https://mdxjs.com/). } variant="idea" /> ## Using Embedded Components You can see and add an Embed from the rich-text editor toolbar. ![](/img/docs-assets/embed-toolbar-access.png "Access the embed tab of the toolbar.") ## Cards Cards can be used to showcase information or as links. They highlight on hover based on the theme. ## Accordions Collapsible content areas. This is ideal for FAQs, advanced explanations, or progressive disclosure UI patterns. ### Multi-accordion You can block all of your accordions with the option to have them as full-width or half-width. ### Individual Accordion Accordions can also exist standalone. Default Text. Edit me! } image="/img/rico-replacement.jpg" fullWidth={true} /> ## Callouts Callouts are similar to block-quotes, to add a note or indication outside the normal content flow. Multiple variants exist to convey different messaging. } variant="success" /> Some callouts indicate potential issues to users. } variant="warning" /> Some callouts indicate existing issues, or negative examples. } variant="error" /> Some are just for a note or tip. } variant="idea" /> Security related callouts exist too ๐Ÿ‘ฎ. } variant="lock" /> โ€ฆor some other specific options! } variant="api" />