Theming tab link updates

pull/4262/head
Tuğçe Küçükoğlu 2023-08-11 13:50:32 +03:00
parent ac3a34ab82
commit bdbc67e3df
85 changed files with 249 additions and 249 deletions

View File

@ -56,7 +56,7 @@ export default {
};
},
mounted() {
this.tab = this.$route.hash.includes('api') ? 1 : this.$route.hash.includes('pt') ? 3 : 0;
this.tab = this.$route.hash.includes('api') ? 1 : this.$route.hash.includes('theming') ? 2 : this.$route.hash.includes('pt') ? 3 : 0;
}
};
</script>

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -16,7 +16,7 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -17,17 +17,17 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
},
{
id: 'unstyled',
id: 'theming.unstyled',
label: 'Unstyled',
description: 'Theming is implemented with the pass through properties in unstyled mode.',
children: [
{
id: 'tailwind',
id: 'theming.tailwind',
label: 'Tailwind',
component: TailwindDoc
}

View File

@ -16,7 +16,7 @@ export default {
return {
docs: [
{
id: 'styled',
id: 'theming.styled',
label: 'Styled',
component: StyledDoc
}