react-notification
Version:
Snackbar notifications for React
19 lines (18 loc) • 321 B
JavaScript
export default {
key: 1111111,
message: 'Test',
action: 'Dismiss',
dismissAfter: 100,
title: 'Title',
onClick: function handleClick() {},
barStyle: {
background: 'rgb(2, 2, 2)'
},
actionStyle: {
color: 'rgb(2, 2, 2)',
letterSpacing: '.125ex'
},
activeBarStyle: {
left: '4rem'
}
};