import React from "react"; import { Tip, StorybookLink } from "vibe-storybook-components"; export const TipCheckYourself = () => ( If the information about a component isn’t critical for the user, use a{" "} Tooltip {" "} instead. );