import React from "react"; import { StorybookLink, Tip } from "vibe-storybook-components"; export const TipCheckYourself = () => ( Button group will always have one button selected. If you need to display adjacent buttons without selected mode, use the{" "} Button {` component with "Flat" props.`} );