Space

You can add space between two element inside your MDX file. The Space component is
Example
 
<Space />
 How to use it?
 
import { Separator } from "section-blog-theme/components"
 
<Space />
 
// xs | sm | md | lg | xl | 2xl 
 
<Space h={'xs'} />