A callout to draw user's attention.
add color prop until change alert color
this is simple example
<GAlert>
<p>this is simple example</p>
</GAlert>
config for global setting , set on nuxt.config
glorious:{
components:{
alert:{
props:{
color:'red'
}
}
}
}
Prop | Type | Default |
---|---|---|
color | orange | blue | gray | red | primary | primary |
slot | type |
---|---|
default | any |