中文
Appearance
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>