Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Alpinejs notification

<div x-data="{ show: true }" x-show="show" x-init="setTimeout(() => show = false, 3000)">
Source by laracasts.com #
 
PREVIOUS NEXT
Tagged: #Alpinejs #notification
ADD COMMENT
Topic
Name
2+8 =