welcome to nuxt glorious

Textarea

A textarea element to input multi-line text.


Example

Simple example for GTextarea

            
<GTextarea placeholder="enter text" />

        

config

config for global setting , set on nuxt.config

            
glorious:{
    components:{
        textarea:{
            props:{
                color:'green',
                placeholder:'',
                title:'',
                required:false,
                disabled:false,
                rows:5,
            }
        }
    }
}

        

props

PropTypeDefault
model valueany
colororange | green | blue | gray | red | primarygreen
placeholderstring
titlestring
requiredbooleanfalse
errorstring|
rowsnumber5
disabledbooleanfalse