B2B-88: add starter kit structure and elements
This commit is contained in:
9
packages/email-templates/src/components/header.tsx
Normal file
9
packages/email-templates/src/components/header.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Container, Section } from '@react-email/components';
|
||||
|
||||
export function EmailHeader(props: React.PropsWithChildren) {
|
||||
return (
|
||||
<Container>
|
||||
<Section>{props.children}</Section>
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user