Mantis MUI React
v3.2.0
v3.2.0
  • Documentation
  • Pre-requisites
  • Quick Start
  • Folder Structure
  • State Management
  • Internationalization
  • Authentication
    • Switch to Auth0
    • Switch to Firebase
    • Switch to AWS Cognito
  • Axios API Calls
  • Routing
  • Project Configuration
  • Color Presets
  • Theme/Style Configuration
  • How to
    • Login as First Page
    • Remove menu render from Backend
    • Remove Authentication
      • Vite
      • NextJS
  • Figma
  • Integration
    • Seed
    • To Existing Project
    • Comparison
  • Components
    • Avatar
    • BreadCrumb
    • Button
    • Dot
    • Main Card
    • Progress
    • SnackBar
    • Tooltip
    • Transitions
  • Dependencies
    • Vite js
    • Next js
  • Roadmap
  • Support
  • Changelog
  • Mantis Eco System
  • FAQ
Powered by GitBook
On this page
  1. Components

SnackBar

PreviousProgressNextTooltip

This component extends the original component provided by MUI:

The extended properties are:

Property
Type
Props Value

variant

string

default (default), alert

alert

AlertProps

transition

string

Fade (default), SlideLeft, SlideUp, SlideRight, SlideDown, Grow, Zoom

close

boolean

true (default), false

Live Preview:

Asterisk (*) indicates required props.

https://mui.com/material-ui/api/snackbar/
https://mantisdashboard.io/components-overview/snackbar
https://mui.com/material-ui/react-alert/