mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Styled mode doc updates
This commit is contained in:
parent
4d90410cba
commit
e08d14a771
180 changed files with 24658 additions and 5636 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<script>
|
||||
import DocApiTable from '@/components/doc/DocApiTable.vue';
|
||||
import { getStyleOptions } from '@/components/doc/helpers';
|
||||
import { getStyleOptions, getTokenOptions } from '@/components/doc/helpers';
|
||||
import TailwindDoc from './TailwindDoc.vue';
|
||||
|
||||
export default {
|
||||
|
@ -27,14 +27,14 @@ export default {
|
|||
description: 'List of class names used in the styled mode.',
|
||||
component: DocApiTable,
|
||||
data: getStyleOptions('SelectButton')
|
||||
},
|
||||
{
|
||||
id: 'theming.tokens',
|
||||
label: 'Design Tokens',
|
||||
description: 'List of design tokens used in a preset.',
|
||||
component: DocApiTable,
|
||||
data: getTokenOptions('SelectButton')
|
||||
}
|
||||
// {
|
||||
// id: 'theming.tokens',
|
||||
// label: 'Design Tokens',
|
||||
// description: 'List of design tokens used in a preset.',
|
||||
// component: DocApiTable,
|
||||
// data: getTokenOptions('SelectButton')
|
||||
// }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue