water-mask-page
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

React组件

安装

npm install water-mask-page

WaterMaskPage 页面脱敏水印

使用

import { WaterMaskPage } from 'water-mask-page';
import 'water-mask-page/dist/index.css';

<WaterMaskPage color="red" fontSize={15} width={100} height={100} content={`脱敏内容`}>
  <div style={{ height: '200px', width: '200px' }}>
    这里是需要脱敏背景的内容区域
  </div>
</WaterMaskPage>

/water-mask-page/

    Package Sidebar

    Install

    npm i water-mask-page

    Weekly Downloads

    1

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    7.01 kB

    Total Files

    9

    Last publish

    Collaborators

    • hcw