All Questions
1 question
0
votes
1
answer
296
views
How do I pass props in each blocks in Ssvelte
I'm a bit confused with Svelte's props.
I have a component named Assignment which I will use in my Board component.
I wish to have a dynamic array prop in my Assignment's {#each} block.
<script>
...