Skip to content

Watermark 水印

基本用法

tsx
import { useState } from 'react';
import { Watermark } from '@watermark-design/react';

const [inputValue, setInputValue] = useState('hello watermark');

<Watermark
  width={200}
  height={200}
  content={inputValue}
>
  <div style={{height: 400}}></div>
</Watermark>

本中文文档内容版权为 Michael Sun 所有,保留所有权利。