Tailwind docs updated

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-07 15:40:22 +03:00
parent f15fb3de24
commit 62799717e6
132 changed files with 313 additions and 2274 deletions

View file

@ -11,7 +11,6 @@
<script>
import StyledDoc from './StyledDoc.vue';
import TailwindDoc from './TailwindDoc.vue';
import UnstyledDoc from './UnstyledDoc.vue';
export default {
data() {
@ -25,7 +24,6 @@ export default {
{
id: 'unstyled',
label: 'Unstyled',
component: UnstyledDoc,
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{