Preview:
import { useParams } from 'react-router-dom'

<h1>Sample {params.id}</h1>

//Route
<Route path='/sample/:id/' element={<Post />} />
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter