Link
The Link component extends the basic HTML <a>
element while adding tracking with analytics.
Result
Loading...
Live Editor
Analytics
The Link component is trackable through Kyber Analytics. This is the default analytics config.
export default {
value: 'Link',
actions: { onClick: { type: 'LINK_CLICK', payload: 'Click' } },
};