import React from 'react'; import styles from './SnackBar.css'; const SnackBar = ({ children, className, position, ...attrs }) => { return (