import React from "react"; import { StorybookLink, Tip, UsageGuidelines } from "vibe-storybook-components"; export const TipCheckYourself = () => ( Need to indicate information that is not numeric? Use the{" "} Label {" "} component instead. ); export const Usage = () => ( The element the counter refers to should include Tooltip {" , where necessary, to enhance user understanding. For example, a badge is used in conjunction with an icon."} ]} /> );