ContentEditable input component that automatically colors mentions and hashtags for Svelte.
멘션, 해시태그를 자동으로 색칠해주는, ContentEditable 입력을 위한 Svelte 컴포넌트입니다.
//page.svelte
<script>
import CJKMentionableInput from './CJKMentionableInput.svelte';
let textValue;
</script>
<section>
<CJKMentionableInput bind:value={textValue} />
</section>
Feel free to fork & contribute!
CJKMentionableInput.svelte is released under the MIT license.