mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Theming tab link updates
This commit is contained in:
parent
ac3a34ab82
commit
bdbc67e3df
85 changed files with 249 additions and 249 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue