Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dammy001 committed Nov 18, 2023
1 parent 13cb46a commit af11315
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,17 @@ A set of standard components to help you build amazing emails without having to
</x-laravel-email.link>
</x-laravel-email.html>
```

- Head
```html
<x-laravel-email.head>
<title>email title</title>
</x-laravel-email.head>
```

- Heading
```html
<x-laravel-email.heading as="h1">
Lorem Ipsum
</x-laravel-email.heading>
```

0 comments on commit af11315

Please sign in to comment.