import React from "react"; import { StorybookLink, Tip } from "vibe-storybook-components"; export const TipTooltip = () => ( You might want to use{" "} Tooltip {" "} to display all the content. );