1.1.1 • Published 5 years ago

vuc-material v1.1.1

Weekly downloads
6
License
MIT
Repository
-
Last release
5 years ago

vuc-material


中文文档


Install

    npm install --save vuc-material
    
    yarn add vuc-material

Basic use

    // Global
    
    import vucMaterial from 'vuc-material'
    Vue.use(vucMaterial)
    
    // Local
    
    import {vucMaterial} from 'vuc-material'
    export default {
      components: {vucMaterial}
    }
    

Global Attribute Method

AttributeTypeDefault valueExplain
switchBooleantrueWhether to click Toggle
colorArray[]Random colors of patterns
outputStringbackgroundOutput mode (background、image、canvas)
qualitynumber1Image quality in image mode

Thank

MaterialImage

Welcome pr issues star

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago