ComponentsNote
Note
A React component for displaying a note annotation inside the document.
import { View, Note } from '@react-pdf/renderer';
const Reviewed = () => (
<View>
<Note>Checked against the Q3 ledger.</Note>
</View>
);A React component for displaying a note annotation inside the document.
import { View, Note } from '@react-pdf/renderer';
const Reviewed = () => (
<View>
<Note>Checked against the Q3 ledger.</Note>
</View>
);