Add theming tab

This commit is contained in:
Cagatay Civici 2023-07-25 16:47:12 +03:00
parent a9309e3b08
commit 9c03b03b99
6 changed files with 63 additions and 14 deletions

View file

@ -0,0 +1,5 @@
<template>
<DocSectionText v-bind="$attrs">
<p>Theming is implemented with the pass through properties in unstyled mode. Example below demonstrates the built-in Tailwind theme.</p>
</DocSectionText>
</template>