import React from "react";
import { StorybookLink, Tip } from "vibe-storybook-components";
export const TipCheckYourself = () => (
To display icons that do not have actions associated with them, use the{" "}
Icon component
.
);
export const TipMenuButton = () => (
If you need to use an icon as a button that opens dialog or menu next to it, check out{" "}
Menu button
{" "}
component.
);