You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
number (this would be a custom amount the user specifies in px) eg 100 or "100px"
percentage (this would be a custom amount the user specifies in %) eg "100%"
An example:
$.toast({
heading: 'Testing',
text: `This is a width test half`,
width: 'half'
})
$.toast({
heading: 'Testing',
text: `This is a width test full`,
width: 'full'
})```
I believe there should be a few inbuilt widths:
An example: