import React from "react"; import { StorybookLink, Tip } from "vibe-storybook-components"; export const TipHookSolution = () => ( {`If you'd like to set clickable functionality on a specific element inside your React component instead of using a wrapper, please, take a look on our `} useClickableProps {" "} hook. );