import React from "react";
import { Link, StorybookLink, Tip } from "vibe-storybook-components";
export const TipDialogContentContainer = () => (
For setting the dialog UI appearance, use{" "}
DialogContentContainer
{" "}
component.
);
export const TipDevTipPopperJs = () => (
You can use the
Popper.js modifiers
for extended Dialog customization.
);
export const TipModal = () => (
Exactly for this purpose, we created the{" "}
Modal
{" "}
component! Check it out.
);
export const TipDevTipTechnicalPattern = () => (
If you wish to implement a{" "}
Dropdown
{" "}
inside a Dialog container and need help displaying the Dropdowns popovers correctly, read more about our Dropdown in
popovers technical pattern{" "}
here
.
);