functionNavLinks({inverted}:{inverted:boolean}){return(<motion.divclassName={clsx('flex items-center gap-8 px-8 text-xl transition-all',inverted?'text-primary':'text-white')}><NavLinkhref="#home">home</NavLink><
components/social-icons - to add other icons, simply copy an svg file from Simple Icons and map them in index.js. Other icons use heroicons.components/MDXComponents.js - pass your own JSX code or React component by specifying it over here. You can then call them directly in the .mdx ...
TL;DR:MDX is used to load, parse and render JSX in Markdown documents. In this tutorial, you'll learn how to use Markdown with React to build a project documentation app. Check out thisGitHub repositoryif you'd like to dive straight into the code. “MDX combines the readability of Mar...
TL;DR:MDX is used to load, parse and render JSX in Markdown documents. In this tutorial, you'll learn how to use Markdown with React to build a project documentation app. Check out thisGitHub repositoryif you'd like to dive straight into the code. “MDX combines the readability of Mar...