Anchor
- React
To implement Anchor component into your project you'll need to add the import:
import { Anchor } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<Anchor href="www.shoptet.cz" title="Title">
Anchor
</Anchor>