✨ navigation between questions okaydokay
Co-authored-by: haraldnilsen <harald_998@hotmail.com> Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
77ad823803
commit
5d829273da
6 changed files with 56 additions and 39 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<script lang="ts">
|
||||
export let text: string;
|
||||
export let filled = false;
|
||||
export let onclick: () => {};
|
||||
export let onclick: any;
|
||||
|
||||
let style:string;
|
||||
|
||||
|
|
|
|||
Reference in a new issue