hardcoded new ui, will now make it funtional
This commit is contained in:
parent
6ac4dad9fa
commit
d5d99c6f4f
21 changed files with 225 additions and 507 deletions
11
src/routes/kahootclone/create/Buttons.svelte
Normal file
11
src/routes/kahootclone/create/Buttons.svelte
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div class="flex w-full justify-center gap-2 overflow-y-auto rounded border-2 p-3 pr-5">
|
||||
<button class="btn flex items-center gap-1">
|
||||
<i class="nf nf-md-flash"></i> Use Demo Questions
|
||||
</button>
|
||||
<button class="btn flex items-center gap-1">
|
||||
<i class="nf nf-md-cpu_64_bit"></i> Generate Questions Using AI
|
||||
</button>
|
||||
<button class="btn flex items-center gap-1">
|
||||
<i class="nf nf-md-play"></i> Start Game
|
||||
</button>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue