React Components to quickly create a preview.
npm i exmpl
import React from 'react' import { createRoot } from 'react-dom/client' import { Exmpl, Code } from 'exmpl' createRoot(document.body).render( <Exmpl title="exmpl Demo" npm="exmpl" github="tobua/exmpl"> <p>This is the introduction.</p> <h2>Installation & Usage</h2> <Code>{`npm i exmpl`}</Code> </Exmpl> )
100 Grid below 750 pixel viewport.
Left
Right
Options content
npm i exmpl