Examples with Chakra UI
Since this generator supports MDX and uses Chakra UI, you can easily create interactive experiences that match the rest of your portal by importing components.
For example:
import {Button} from '@chakra-ui/react';
<Button>Button</Button>
A more advanced example, might even use state...