snackbar-content

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
3,433
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
25 KB
The action to display.
2 contributors
Install snackbar-content as a package?
Copied
npm i @bit/mui-org.material-ui.snackbar-content
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right

The action to display. It renders after the message, at the end of the snackbar.

The message to display.

The ARIA role attribute of the element.

Properties
NameTypeDescription
action
node

The action to display. It renders after the message, at the end of the snackbar.

classes
object

Override or extend the styles applied to the component. See CSS API below for more details.

className
string
message
node

The message to display.

role
string

The ARIA role attribute of the element.

Help and resources