poex/lib/poex_web/live/pad/pad_live.html.heex

10 lines
378 B
Plaintext

<main class="container h-96 mx-auto py-12">
<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 id="poex-text-editor" phx-hook="TextEditor" data-pad-id={@id} class="flex-auto"></div>
<div id="poex-rhymes" class="flex-auto"></div>
</main>