full.mdx 175 B

123456789
  1. ---
  2. title: Full Editor
  3. ---
  4. import FullEditor from '../../src/components/standalone/FullEditor';
  5. <div style={{ margin: '50px auto', maxWidth: 720 }}>
  6. <FullEditor />
  7. </div>