Command Palette

Search for a command to run...
HQ UI

Container

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

Installation

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

Constrained

Constrained will remove padding on small screen

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