Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Connorbelez committed Dec 11, 2023
1 parent d207fd7 commit c79f57b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/components/qrcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,7 @@ Add the `QrCode` component to your email template to display a QR code. You can
import { QrCode } from 'jsx-email';

const Email = () => {
return (
<QrCode
src="https://example.com"
alt="QR Code"
size={300}
correctionLevel="H"
/>
);
return <QrCode src="https://example.com" alt="QR Code" size={300} correctionLevel="H" />;
};
```

Expand Down

0 comments on commit c79f57b

Please sign in to comment.