mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Class documents added
This commit is contained in:
parent
145c91adfb
commit
a870d91caa
87 changed files with 1565 additions and 189 deletions
|
@ -9,7 +9,8 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import StyledDoc from './StyledDoc.vue';
|
||||
import DocApiTable from '@/components/doc/DocApiTable.vue';
|
||||
import { getStyleOptions } from '@/components/doc/helpers';
|
||||
import TailwindDoc from './TailwindDoc.vue';
|
||||
|
||||
export default {
|
||||
|
@ -19,7 +20,22 @@ export default {
|
|||
{
|
||||
id: 'theming.styled',
|
||||
label: 'Styled',
|
||||
component: StyledDoc
|
||||
children: [
|
||||
{
|
||||
id: 'theming.classes',
|
||||
label: 'CSS Classes',
|
||||
description: 'List of class names used in the styled mode.',
|
||||
component: DocApiTable,
|
||||
data: getStyleOptions('SplitButton')
|
||||
}
|
||||
// {
|
||||
// id: 'theming.tokens',
|
||||
// label: 'Design Tokens',
|
||||
// description: 'List of design tokens used in a preset.',
|
||||
// component: DocApiTable,
|
||||
// data: getTokenOptions('SplitButton')
|
||||
// }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 'theming.unstyled',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue