Container

Container is a component for fixing an element's width to the current breakpoint.

Installation

npx shadcn add https://hq-ui.vercel.app/r/nova/container
<Container>
    Write your content here
</Container>

Constrained

Constrained will remove padding on small screen

<Container constrained>
    Write your content here
</Container>