Components
Mastering components in your MDX files
Components are automatically injected, without the need for manual import, into all MDX files. This means you can use any component that is available!
To learn more about, add or change the available components, see the file src/components/docs/mdx.tsx
Accordion
Example:
Code:
Alerts
Example:
Default alert
This is a default alert.
Warning alert
This is a warning alert.
Error alert
This is an error alert.
Code:
Tabs
Example:
Tab 1 content
Code:
Steps
Example:
Step 1:
Step 2:
Code: