Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,16 +907,6 @@ When passing attributes to components, you may also use a "short attribute" synt
<x-profile :user-id="$userId" :name="$name" />
```

If you would like to pass `false` to an attribute, you may prefix the attribute with `!`:

```blade
{{-- Short attribute syntax... --}}
<x-profile !margin />

{{-- Is equivalent to... --}}
<x-profile :margin="false" />
```

<a name="escaping-attribute-rendering"></a>
#### Escaping Attribute Rendering

Expand Down