import { Watermark } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | WatermarkLabel | string | — | Watermark text (DRAFT, CONFIDENTIAL, INTERNAL, PRELIMINARY, or custom) |
childrenreq | ReactNode | — | Child content to overlay |
opacity | number | 0.06 | Opacity of the watermark (0-1) |
rotation | number | -30 | Rotation angle in degrees |
labelType
WatermarkLabel | stringDefault —Watermark text (DRAFT, CONFIDENTIAL, INTERNAL, PRELIMINARY, or custom)
childrenrequiredType
ReactNodeDefault —Child content to overlay
opacityType
numberDefault 0.06Opacity of the watermark (0-1)
rotationType
numberDefault -30Rotation angle in degrees
MobileWorks As-Is
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?