Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css rich text editor tailwind

<script>
    import Editor from 'tailwind-editor'
    let html = ''
</script>

<div class="flex">
    <Editor bind:html={html}>
    <div>
        {html}
    </div>
</div>
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #css #rich #text #editor #tailwind
ADD COMMENT
Topic
Name
7+7 =