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.
src/lib/components/TextareaWithCount.svelteimport TextareaWithCount from '$lib/components/TextareaWithCount.svelteI 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.