✨
✨
✨
✨
Framework
Search
⌃
K
👋
Welcome to Shiny Framework
Overview
✨
Installation
Components
🧱
Creating a Component
🏇
Mounting a Component
Attributes
👁
x-show
🏷
x-text
🔁
x-sync
⛓
x-model
🎡
x-for
🪄
x-bind
👆
x-on
JavaScript API
🪄
Reactive Store
🦄
Custom Functions
Fetch Examples
⬇
Get
⬆
Post
Powered By
GitBook
Comment on page
🎡
x-for
Overview
Repeat the element for each item in the source data.
Example
<
div
x-for
=
"
post in posts
"
>
<
h1
x-text
=
"
post.title
"
>
</
h1
>
</
div
>
Live Demo
Attributes - Previous
x-model
Next - Attributes
x-bind
Last modified
10mo ago