Skip to content
专业版

FaPatternBg 图案背景

带有几何图案的背景组件,支持多种图案样式和动画效果。

使用场景

  • 带有几何图案的背景组件,支持多种图案样式和动画效果。
  • 常见用法:网格背景、点状背景、动画背景、圆形遮罩。

Props

参数说明类型默认值
variant图案类型'grid' | 'dots' | 'lines''grid'
size图案尺寸'sm' | 'md' | 'lg''md'
mask遮罩形状'ellipse' | 'circle' | 'none''ellipse'
animate是否动画booleanfalse
direction动画方向'top' | 'bottom' | 'left' | 'right' | 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left''top'
speed动画速度 (ms)number10000
class自定义类名HTMLAttributes['class']undefined

Slots

名称说明
default默认插槽,放置内容

API

图案类型

vue
<template>
  <!-- 网格图案 -->
  <FaPatternBg variant="grid" />

  <!-- 点状图案 -->
  <FaPatternBg variant="dots" />

  <!-- 线条图案 -->
  <FaPatternBg variant="lines" />
</template>

注意事项

  • 涉及动画、预览或状态反馈时,建议结合实际页面密度控制同屏实例数量与刷新频率。