✨
Framework
  • 👋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-bind:src
      • 🔗x-bind:href
      • 🎨x-bind:class
      • 🔤x-bind:value
      • ✅x-bind:checked
    • 👆x-on
      • 🖱️x-on:click
      • 🥖x-on:input
      • ☑️x-on:change
      • 📤x-on:submit
      • ⛰️x-on:mounted
  • JavaScript API
    • 🪄Reactive Store
      • ➡️Get Value
      • ⬅️Set Value
    • 🦄Custom Functions
  • Fetch Examples
    • ⬇️Get
    • ⬆️Post
Powered by GitBook
On this page
  1. Attributes

x-model

DEPRECATION WARNING: x-model is being replaced by x-sync and may be removed in a future release. Please update your code accordingly.

Previousx-syncNextx-for

Last updated 1 year ago

⛓️