# Toaster (/ui-kit/components/toaster)





<mainStory.WithControl />

<ComponentShowcase title="VARIANT_PRESET_MAP.default.variant" description="VARIANT_PRESET_MAP.default.description" code="defaultCode">
  <DefaultToasterExample />
</ComponentShowcase>

<ComponentShowcase title="VARIANT_PRESET_MAP.topCenter.variant" description="VARIANT_PRESET_MAP.topCenter.description" code="topCenterCode">
  <TopCenterToasterExample />
</ComponentShowcase>

<ComponentShowcase title="VARIANT_PRESET_MAP.richColors.variant" description="VARIANT_PRESET_MAP.richColors.description" code="richColorsCode">
  <RichColorsToasterExample />
</ComponentShowcase>

<ComponentShowcase title="VARIANT_PRESET_MAP.closeButton.variant" description="VARIANT_PRESET_MAP.closeButton.description" code="closeButtonCode">
  <CloseButtonToasterExample />
</ComponentShowcase>
