add ritajs, let it show rhymes for the selected word upon clicking the rhyme FAB

This commit is contained in:
2023-12-21 10:14:49 -05:00
parent ad61063c0d
commit bb16921a74
6 changed files with 221 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
<main class="container h-96 mx-auto py-12">
<div id="poex-text-editor" phx-hook="TextEditor" data-pad-id={@id} class="flex-auto">
<div id="rhyme-fab" style="display: none; position: absolute; z-index: 1000; cursor: pointer;">
<!-- You can use an icon or text here -->
<span>🔍 Rhymes</span>
</div>
</div>
<div id="poex-text-editor" phx-hook="TextEditor" data-pad-id={@id} class="flex-auto"></div>
<div id="poex-rhymes" class="flex-auto"></div>
</main>