bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 180 forks source link

Fix two position examples #514

Closed DominoTree closed 1 year ago

DominoTree commented 1 year ago

Assuming I'm looking at this the right way, these two examples seem to be missing their attribute names

dysfunc commented 1 year ago

Hey @DominoTree, thank you for the PR. The placement attribute is being referenced via valid shorthand syntax. You can read more about that here https://svelte.dev/tutorial/dynamic-attributes

DominoTree commented 1 year ago

Thanks - the short version didn't seem to work for me and all of my editors/plugins complained about the syntax not being valid - must be something with my setup!