import React from "react" const Preview: React.FC = () => { return (
{/* add relative positioning to the main conent */}
Scroll down ↓
{/* Sticky footer. The only important thing here is the z-index, the sticky position and the bottom value */}
  • Home
  • Docs
  • Comps
  • Github
  • Instagram
  • X (Twitter)

fancy

) } export default Preview