import React from "react"; import { StorybookLink, Tip } from "vibe-storybook-components"; export const TipOtherComponents = () => ( When there are fewer than five items, consider using{" "} Radio buttons {" "} (if only one item can be selected) or{" "} Checkboxes {" "} (if multiple items can be selected). );