wtsang11 / TechExplore

MIT License
0 stars 0 forks source link

introduction #204

Open wtsang11 opened 2 years ago

wtsang11 commented 2 years ago

http://localhost/TechNotes/wp-admin/post.php?post=1546&action=edit

VSC: http://localhost/lab/python/utilities/study_codes/opencodes.php?f=/Users/wtsang/Lab/svelte/german_svelte/

wtsang11 commented 2 years ago

two-way binding

-- bind DOM element property to var bind:property={var} -- bind DOM elements to variables bind:this={domNode} --bind props of svelte components to variables

Conditional [CSS] Classes

class:className={var}