We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158706b commit 5023484Copy full SHA for 5023484
src/App.vue
@@ -208,6 +208,13 @@ function handleChangeTheme() {
208
</section>
209
<section class=" p-4">
210
<tw-collapse label="Table Operations" :color="accentColor">
211
+ <template #label>
212
+ <h3>
213
+ <tw-icon icon="table" class="mr-2"></tw-icon>
214
+ Table Operations
215
+ </h3>
216
+
217
+ </template>
218
<div class=" flex flex-row gap-3 p-3 bg-slate-100 dark:bg-slate-700">
219
<div class="flex-col ">
220
<tw-switch class="mt-6" :disabled="records.length===0" :color="accentColor" v-model="striped">
0 commit comments