HQ UI

Container

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

Installation

In the terminal, run the following command to begin:
npx hq-kit add container
<Container>
    Write your content here
</Container>

Constrained

Constrained will remove padding on small screen

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