mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Theming tab link updates
This commit is contained in:
parent
ac3a34ab82
commit
bdbc67e3df
85 changed files with 249 additions and 249 deletions
|
@ -56,7 +56,7 @@ export default {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
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>
|
</script>
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,17 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'unstyled',
|
id: 'theming.unstyled',
|
||||||
label: 'Unstyled',
|
label: 'Unstyled',
|
||||||
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
description: 'Theming is implemented with the pass through properties in unstyled mode.',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'theming.tailwind',
|
||||||
label: 'Tailwind',
|
label: 'Tailwind',
|
||||||
component: TailwindDoc
|
component: TailwindDoc
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'styled',
|
id: 'theming.styled',
|
||||||
label: 'Styled',
|
label: 'Styled',
|
||||||
component: StyledDoc
|
component: StyledDoc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue