Section
- React
To implement Section component into your project you'll need to add the import:
import { Section } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<Section>
<div>Basic content</div>
</Section>
To implement Section component into your project you'll need to add the import:
import { Section } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<Section>
<div>Basic content</div>
</Section>