feat(Tabs): new component

This commit is contained in:
Benjamin Canac
2024-03-14 15:20:35 +01:00
parent 6e42ee1e2a
commit 13d389fd39
7 changed files with 255 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ useHead({
}
})
const components = ['avatar', 'badge', 'button', 'chip', 'collapsible', 'kbd', 'popover', 'skeleton', 'tooltip']
const components = ['avatar', 'badge', 'button', 'chip', 'collapsible', 'kbd', 'popover', 'skeleton', 'tabs', 'tooltip']
</script>
<template>