Alpine is a rugged, minimal tool for composing behavior directly in your markup. Think of it like jQuery for the modern web. Plop in a script tag and get going.

Alpine is a collection of 15 attributes6 properties, and 2 methods.

15 18 Attributes

  • x-data
  • x-init
  • x-show
  • x-bind :
  • x-on @
  • x-text
  • x-html
  • x-model
  • x-modelable
  • x-for
  • x-transition
  • x-effect
  • x-ignore
  • x-ref
  • x-cloak
  • x-teleport
  • x-if
  • x-id

6 9 Properties

  • $el
  • $refs
  • $store
  • $watch
  • $dispatch
  • $nextTick
  • $root
  • $data
  • $id

2 3 Methods

  • Alphine.data()
  • Alphine.store()
  • Alphine.bind()

Thanks