Keranjang

2 Items
Macbook Pro M3 Max

Macbook Pro M3 Max

1 × 52.000.000

Sony WH-1000XM5

Sony WH-1000XM5

2 × 5.999.000

Subtotal Rp.63.998.000
RN

Rafael Nuansa

rafaelnuansa@dev.test

Toasts

Notifikasi ringan yang muncul di berbagai sudut layar dengan sistem.

Toast Placement

Pilih posisi kemunculan notifikasi

Interactive Types

Documentation

Gunakan parameter position untuk menentukan arah tumpukan notifikasi.

<!-- Memicu toast dengan posisi spesifik -->
<button @click="$dispatch('toast', { 
    type: 'success', 
    message: 'Data saved!', 
    position: 'top-right' 
})">
    Launch Top Right
</button>

<!-- Opsi Posisi: 
     'top-left', 'top-center', 'top-right', 
     'bottom-left', 'bottom-center', 'bottom-right' 
-->