mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
implement gameboard v1
This commit is contained in:
parent
b103db681b
commit
0d7336edc2
177 changed files with 16995 additions and 139 deletions
|
|
@ -34,7 +34,7 @@ function Toast(props) {
|
|||
open={open}
|
||||
autoHideDuration={autoHideDuration}
|
||||
onClose={handleClose}
|
||||
TransitionComponent={TransitionLeft}
|
||||
slots={{ transition: TransitionLeft }}
|
||||
anchorOrigin={{ vertical: 'bottom', horizontal: 'right' }}
|
||||
>
|
||||
<Alert onClose={handleClose} severity={severity} iconMapping={iconMapping}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue