Image 2
BackPrev Same Next

You need to install the link-types
script of the @vtbag/turn-signal
package to make data-vtbag-link-types
work. Here is a example how you embed the script after installing the package using npm i @vtbag/turn-signal
:
---import linkTypes from "@vtbag/turn-signal/link-types?url"---<html> <head> <script src={linkTypes} /> ... </head> ...</html>
Details of embedding will depend on you bundler.