Files
Basalt2/node_modules/shiki/samples/mdx.sample
Robert Jelic 31787b0e9b Fix
2025-02-16 18:04:24 +01:00

14 lines
310 B
Plaintext

<MyComponent id="123" />
You can also use objects with components, such as the `thisOne` component on
the `myComponents` object: <myComponents.thisOne />
<Component
open
x={1}
label={'this is a string, *not* markdown!'}
icon={<Icon />}
/>
{/* From https://mdxjs.com/docs/what-is-mdx/#mdx-syntax */}