I am trying to set the PositionX to 'end'. The snackbar shows on the left.
See screenshot.
Steps to reproduce:
- Install package with npm
- Create twtoast.config.js
- Import package to code:
const { toast, snackbar } = require('tailwind-toast')
- Add toast to code:
snackbar().success('Great!', 'We saved it!').from('top', 'end').show()
I am trying to set the PositionX to 'end'. The snackbar shows on the left.
See screenshot.
Steps to reproduce:
const { toast, snackbar } = require('tailwind-toast')
snackbar().success('Great!', 'We saved it!').from('top', 'end').show()