Add feedback API

This commit is contained in:
taskylizard
2023-11-04 20:24:25 +05:30
parent bf504e0b26
commit b9bebb6c84
13 changed files with 2051 additions and 110 deletions

View File

@@ -20,11 +20,11 @@ import InputField from "./InputField.vue";
<Modal />
</template>
</InputField>
<InputField id="toggle-starred" label="Toggle Starred">
<template #display>
<button class="p-[4px 8px] text-xl i-carbon:star"></button>
</template>
</InputField>
<!-- <InputField id="toggle-starred" label="Toggle Starred"> -->
<!-- <template #display> -->
<!-- <button class="p-[4px 8px] text-xl i-carbon:star"></button> -->
<!-- </template> -->
<!-- </InputField> -->
</div>
</template>