Can someone point me to the code/package that displays the little toast that pops up at the bottom on the page here: https://nuxt.com/modules/tailwindcss
When you click on yarn add @nuxtjs/tailwindcss button, the toast appears.
#Toast notification that appears when you copy install code in modules page
4 messages · Page 1 of 1 (latest)
this is what I dug up from a quick look at sources
it's called alert in their file naming
import a from"./ContentSlot.d278977e.js";import{a as r,o as c,b as l,e as t,f as p,h as i}from"./entry.35c6ab8c.js";/* empty css */import{_}from"./_plugin-vue_export-helper.a1a6add7.js";const d={class:"flex items-start"},m={class:"overflow-hidden leading-loose"},f=r({__name:"Alert",props:{type:{type:String,default:"info",validator(e){return["info","success","warning","danger"].includes(e)}}},setup(e){const o=e;return(s,u)=>{const n=a;return c(),l("div",{class:i(["alert mt-4 mb-4 rounded-xl px-4 py-3 text-sm",o.type])},[t("div",d,[t("div",m,[p(n,{use:s.$slots.default,unwrap:"p"},null,8,["use"])])])],2)}}}),y=_(f,[["__scopeId","data-v-32e1c064"]]);export{y as default};