import React from "react"; import { Link, Tip } from "vibe-storybook-components"; export const TipHowToUseFonts = () => ( Figtree and Poppins are both Google Fonts. Click here to download Figtree, and click here to download Poppins. ); export const TipNextEndpoint = () => ( Heading is imported from /next since {"there's"} a legacy component with the same name. This component will replace the legacy component in the next major version. ); export const TipUseComponent = () => ( No need to define classes for text element and use typography CSS variables anymore, these components cover all the possible variants. );