components
components copied to clipboard
UI components for documentation made with React and TailwindCSS.
Support global groups in `` components to allow switching all tab groups on a page to a particular tab in one click. This can be useful for setup instructions with...
Developers frequently need to show images side by side. That's fine on regular websites but manually specifying widths and padding is annoying when you just want to write docs. We...
Mermaid is an excellent, markdown-powered diagramming tool that allows authors to user journeys, flowcharts, class diagrams, and more directly from their own markdown codeblocks. Gitlab has integrated with mermaid to...
# Summary Support GraphQL-type interface for the API playground
# Goal Our [callouts](https://main--63134bd5ae01f2a7717a0e47.chromatic.com/?path=/story/display-callouts-note--default) always have an icon. We want to let users make a frame without an icon. You can use the [Callout Template](https://github.com/mintlify/components/blob/main/src/Callouts.tsx#L11) code and pass different props...
Update the dependency and verify everything is working correctly.
You can't type a hyphen - This requires you to use the built-in input arrows to put negative numbers instead.
See Select Library menu:
When using callout components (`` and ``), the styling of children (`` and ``) is being overridden by the prose styles. For example, the following code: ```mdx This is a...