mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 21:34:03 +00:00
13 lines
No EOL
422 B
Markdown
13 lines
No EOL
422 B
Markdown
---
|
|
title: 'Use `::` to use Alpine property binding inside Blade templates'
|
|
tweet_id: '1499806910886789121'
|
|
thread_slug: weekly-thread-2022-09
|
|
author_username: itsmarkmead
|
|
images:
|
|
- 'https://pbs.twimg.com/media/FM8JgUHXIAgj5Vl.jpg'
|
|
created_at: 2022-03-04T18:00:07+00:00
|
|
slug: use-to-use-alpine-property-binding-inside-blade-templates
|
|
---
|
|
TIL: You can pass Alpine JS data to Blade components by using `::` ✨
|
|
|
|
#laravel |