welcome to nuxt glorious

Loading

A component for show loading


Example

simple example for loading component

            
 <GLoading color="green" />

        

            
glorious:{
    components:{
        loading:{
            props:{
                color:'#fff',
                size:30,
                stroke:3
            }
        }
    }
}

        

props

PropTypeDefault
colororange | blue | gray | red | primary | string#fff
sizenumber30
strokenumber3