gtim / svelte-chess

Fully playable chess component for Svelte.
https://gtim.github.io/svelte-chess/
20 stars 6 forks source link

refactor: use class instead of className #1

Closed buhodev closed 1 year ago

buhodev commented 1 year ago

Use the Svelte™ pattern to export the class attribute from components. Also, changed all ocurrences of className in the docs.

gtim commented 1 year ago

Thanks! I added you as a collaborator, feel free to push any improvements.