add ritajs, let it show rhymes for the selected word upon clicking the rhyme FAB
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user