Skip to main content

PerexBox

To implement PerexBox component into your project you'll need to add the import:

import { PerexBox } from "@shoptet/ui";

After adding import into your project you can use it simply like:

<PerexBox>
<p>This is a simple text content without any image.</p>
</PerexBox>