notyf icon indicating copy to clipboard operation
notyf copied to clipboard

Is there a way to set position per call ?

Open medmin opened this issue 2 years ago • 1 comments

for now, position is set during initiation of Notyf instance

is there a way to override it during a call ?


const notyf = new Notyf({

   position: { x: 'center', y : 'top'}
   
})

// can we do this ? Or, would you please add this feature ? 
notyf.error({
   message: "Error!!",
   position: { x: 'center', y : 'bottom'}
})

medmin avatar Dec 01 '22 07:12 medmin

did you find any solution for this ?

vrman avatar May 12 '23 17:05 vrman