welcome to nuxt glorious

Select

A component for toggle between true or false


Example

Simple example for GSelect

            
<GSwitch />

        

            
glorious:{
    components:{
        switch:{
            props:{
                color:'green',
                checked:'md',
            }
        }
    }
}

        

props

PropTypeDefault
model valueany
colororange | blue | gray | red | primary | stringprimary
checkedboolean