import { Canvas, Meta, Story, ArgsTable } from "@storybook/addon-docs";
import {
Examples,
Example,
Note,
Title,
CustomArgsTable,
VariantsTable,
VariantRow,
} from "@calcom/storybook/components";
import { TopBanner } from "./TopBanner";
## Definition
Top banner will be position on the very top of the page to communicate on what’s wrong or what’s new.
## Structure
Each toast has a state to represent neutral, positive or negative responses.
{
console.log("test");
}}>
Action
}
text="Something big is happening we want you to know about."
/>
{
console.log("test");
}}>
Action
}
variant="warning"
text="An app wide warning is occuring that should be resolved."
/>
{
console.log("test");
}}>
Action
}
variant="error"
text="A major error is occuring that must be resolved."
/>