There aren't many options out there for svelte components. This is a textarea component that comes with an auto-updating letter count in the bottom right.
- Place it in somewhere like
src/lib/components/TextareaWithCount.svelte - Access it with
import TextareaWithCount from '$lib/components/TextareaWithCount.svelte
I used Tailwind CSS for some basic styling, but you don't have to use that by any means. Just replace the classes with a styling format you're familiar with - the layouts are very basic.