Skip to content

Commit 12ababb

Browse files
committed
guidelines: volt: standardise
1 parent ef05e03 commit 12ababb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ai/volt/core.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- You must check existing Volt components to find out if they're functional or class based. If you can't detect that, ask the user which they prefer before writing a Volt component.
55

66

7-
#### Volt Functional Component Example
7+
## Volt Functional Component Example
88
@verbatim
99
<code-snippet name="Volt Functional Component Example" lang="php">
1010
@volt
@@ -29,7 +29,7 @@
2929
</code-snippet>
3030
@endverbatim
3131

32-
### Volt Class based Component Example
32+
## Volt Class based Component Example
3333
To get started, define an anonymous class that extends Livewire\Volt\Component. Within the class, you may utilize all of the features of Livewire using traditional Livewire syntax:
3434

3535
@verbatim
@@ -52,7 +52,7 @@ public function increment()
5252
</code-snippet>
5353
@endverbatim
5454

55-
#### Testing Volt & Volt Components
55+
### Testing Volt & Volt Components
5656
- Use the existing location if tests already exist, otherwise fallback to `tests/Feature/Volt`
5757

5858
<code-snippet name="Livewire Test Example" lang="php">
@@ -89,7 +89,7 @@ public function increment()
8989
</code-snippet>
9090
@endverbatim
9191

92-
### Common Patterns
92+
## Common Patterns
9393

9494
@verbatim
9595
<code-snippet name="CRUD with Volt" lang="php">

0 commit comments

Comments
 (0)