vimeshjs / vimesh-ui

Vimesh UI is an ultra lightweight library to build UI components for Alpine.js
MIT License
125 stars 5 forks source link

$prop pass into variable why sometimes has colon in front, sometimes has no colon #11

Closed ericxin1982 closed 9 months ago

ericxin1982 commented 9 months ago

image

Hi @xinjie-zhang

When the colon should be used, I am puzzled, would you please instruct me a bit more?

Thanks Eric Xin

xinjie-zhang commented 9 months ago

It is shorthand syntax of alphin.js x-bind directive, please refer to https://alpinejs.dev/directives/bind

ericxin1982 commented 9 months ago

Thanks for your help, I read again, and I thought I understood already.