0.0.7 • Published 3 years ago

components-log v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

😬Mesh Gradient

该项目受启发于cristicretu/meshgrad

该组件为适用于Vue3的动态混合渐变背景组件。

demo地址

使用

  • 安装 npm

    npm install vue-mesh-gradient

    pnpm

    pnpm install vue-mesh-gradient
  • 使用

    <script setup lang="ts">
    import { Mesh } from 'components-log';
    </script>
    
    <template>
        <Mesh></Mesh>
    </template>

可传递的参数有base-color(基础颜色)、mode(生成颜色的规则)、animation(是否有动画)

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago