@primevue/mcp 4.5.5 → 5.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +45 -21
- package/README.md +48 -250
- package/data/components.json +47269 -0
- package/data/llms/components/accordion.md +629 -0
- package/data/llms/components/animateonscroll.md +165 -0
- package/data/llms/components/autocomplete.md +995 -0
- package/data/llms/components/avatar.md +264 -0
- package/data/llms/components/badge.md +200 -0
- package/data/llms/components/blockui.md +99 -0
- package/data/llms/components/breadcrumb.md +269 -0
- package/data/llms/components/button.md +902 -0
- package/data/llms/components/card.md +209 -0
- package/data/llms/components/carousel.md +506 -0
- package/data/llms/components/cascadeselect.md +1207 -0
- package/data/llms/components/chart.md +1022 -0
- package/data/llms/components/checkbox.md +401 -0
- package/data/llms/components/chip.md +206 -0
- package/data/llms/components/colorpicker.md +213 -0
- package/data/llms/components/commandmenu.md +660 -0
- package/data/llms/components/compare.md +407 -0
- package/data/llms/components/confirmdialog.md +343 -0
- package/data/llms/components/confirmpopup.md +252 -0
- package/data/llms/components/contextmenu.md +522 -0
- package/data/llms/components/datatable.md +5266 -0
- package/data/llms/components/dataview.md +569 -0
- package/data/llms/components/datepicker.md +964 -0
- package/data/llms/components/deferredcontent.md +96 -0
- package/data/llms/components/dialog.md +702 -0
- package/data/llms/components/divider.md +152 -0
- package/data/llms/components/dock.md +488 -0
- package/data/llms/components/drawer.md +469 -0
- package/data/llms/components/dynamicdialog.md +214 -0
- package/data/llms/components/editor.md +205 -0
- package/data/llms/components/fieldset.md +253 -0
- package/data/llms/components/fileupload.md +459 -0
- package/data/llms/components/floatlabel.md +144 -0
- package/data/llms/components/fluid.md +104 -0
- package/data/llms/components/focustrap.md +59 -0
- package/data/llms/components/forms.md +344 -0
- package/data/llms/components/galleria.md +1119 -0
- package/data/llms/components/gallery.md +1003 -0
- package/data/llms/components/iconfield.md +283 -0
- package/data/llms/components/iftalabel.md +96 -0
- package/data/llms/components/image.md +179 -0
- package/data/llms/components/imagecompare.md +108 -0
- package/data/llms/components/inplace.md +183 -0
- package/data/llms/components/inputcolor.md +869 -0
- package/data/llms/components/inputgroup.md +419 -0
- package/data/llms/components/inputmask.md +345 -0
- package/data/llms/components/inputnumber.md +551 -0
- package/data/llms/components/inputotp.md +345 -0
- package/data/llms/components/inputpassword.md +738 -0
- package/data/llms/components/inputtags.md +432 -0
- package/data/llms/components/inputtext.md +569 -0
- package/data/llms/components/installation.md +1 -0
- package/data/llms/components/keyfilter.md +116 -0
- package/data/llms/components/knob.md +318 -0
- package/data/llms/components/label.md +151 -0
- package/data/llms/components/laravel.md +53 -0
- package/data/llms/components/listbox.md +636 -0
- package/data/llms/components/mask.md +203 -0
- package/data/llms/components/mcp.md +39 -0
- package/data/llms/components/megamenu.md +563 -0
- package/data/llms/components/menu.md +651 -0
- package/data/llms/components/menubar.md +446 -0
- package/data/llms/components/message.md +497 -0
- package/data/llms/components/metergroup.md +281 -0
- package/data/llms/components/multiselect.md +752 -0
- package/data/llms/components/orderlist.md +224 -0
- package/data/llms/components/organizationchart.md +418 -0
- package/data/llms/components/paginator.md +221 -0
- package/data/llms/components/panel.md +321 -0
- package/data/llms/components/panelmenu.md +703 -0
- package/data/llms/components/password.md +657 -0
- package/data/llms/components/picklist.md +286 -0
- package/data/llms/components/popover.md +145 -0
- package/data/llms/components/progressbar.md +242 -0
- package/data/llms/components/progressspinner.md +104 -0
- package/data/llms/components/radiobutton.md +427 -0
- package/data/llms/components/rating.md +312 -0
- package/data/llms/components/ripple.md +91 -0
- package/data/llms/components/scrollarea.md +700 -0
- package/data/llms/components/scrollpanel.md +131 -0
- package/data/llms/components/scrolltop.md +87 -0
- package/data/llms/components/select.md +1251 -0
- package/data/llms/components/selectbutton.md +268 -0
- package/data/llms/components/sidebar.md +2232 -0
- package/data/llms/components/skeleton.md +302 -0
- package/data/llms/components/slider.md +416 -0
- package/data/llms/components/speeddial.md +402 -0
- package/data/llms/components/splitbutton.md +840 -0
- package/data/llms/components/splitter.md +447 -0
- package/data/llms/components/stepper.md +551 -0
- package/data/llms/components/styleclass.md +226 -0
- package/data/llms/components/tabs.md +609 -0
- package/data/llms/components/tag.md +178 -0
- package/data/llms/components/terminal.md +123 -0
- package/data/llms/components/textarea.md +519 -0
- package/data/llms/components/tieredmenu.md +578 -0
- package/data/llms/components/timeline.md +494 -0
- package/data/llms/components/toast.md +472 -0
- package/data/llms/components/togglebutton.md +276 -0
- package/data/llms/components/toggleswitch.md +271 -0
- package/data/llms/components/toolbar.md +140 -0
- package/data/llms/components/tooltip.md +160 -0
- package/data/llms/components/tree.md +1076 -0
- package/data/llms/components/treeselect.md +660 -0
- package/data/llms/components/treetable.md +2493 -0
- package/data/llms/components/virtualscroller.md +265 -0
- package/data/llms/guides/autoimport.md +28 -0
- package/data/llms/guides/cdn.md +72 -0
- package/data/llms/guides/configuration.md +158 -0
- package/data/llms/guides/customicons.md +67 -0
- package/data/llms/guides/guides/accessibility.md +27 -0
- package/data/llms/guides/guides/animations.md +119 -0
- package/data/llms/guides/guides/rtl.md +7 -0
- package/data/llms/guides/icons.md +136 -0
- package/data/llms/guides/installation.md +3 -0
- package/data/llms/guides/laravel.md +66 -0
- package/data/llms/guides/llms.md +15 -0
- package/data/llms/guides/mcp.md +104 -0
- package/data/llms/guides/migration/v4.md +15 -0
- package/data/llms/guides/migration/v5.md +15 -0
- package/data/llms/guides/nuxt.md +141 -0
- package/data/llms/guides/passthrough.md +137 -0
- package/data/llms/guides/primeclt.md +43 -0
- package/data/llms/guides/tailwind.md +151 -0
- package/data/llms/guides/theming/styled.md +497 -0
- package/data/llms/guides/theming/unstyled.md +57 -0
- package/data/llms/guides/uikit.md +3 -0
- package/data/llms/guides/vite.md +90 -0
- package/data/llms/llms-full.txt +54465 -0
- package/data/llms/llms.txt +132 -0
- package/data/llms/pages/accessibility.md +27 -0
- package/data/llms/pages/animations.md +119 -0
- package/data/llms/pages/autoimport.md +28 -0
- package/data/llms/pages/cdn.md +72 -0
- package/data/llms/pages/configuration.md +158 -0
- package/data/llms/pages/contribution.md +31 -0
- package/data/llms/pages/customicons.md +67 -0
- package/data/llms/pages/designer.md +79 -0
- package/data/llms/pages/dynamicimports.md +7 -0
- package/data/llms/pages/forms.md +63 -0
- package/data/llms/pages/guides/accessibility.md +27 -0
- package/data/llms/pages/guides/animations.md +119 -0
- package/data/llms/pages/guides/rtl.md +7 -0
- package/data/llms/pages/icons.md +136 -0
- package/data/llms/pages/installation.md +3 -0
- package/data/llms/pages/introduction.md +23 -0
- package/data/llms/pages/laravel.md +66 -0
- package/data/llms/pages/llms.md +15 -0
- package/data/llms/pages/mcp.md +104 -0
- package/data/llms/pages/migration/v4.md +15 -0
- package/data/llms/pages/migration/v5.md +15 -0
- package/data/llms/pages/nuxt.md +141 -0
- package/data/llms/pages/passthrough.md +137 -0
- package/data/llms/pages/primeclt.md +43 -0
- package/data/llms/pages/rtl.md +7 -0
- package/data/llms/pages/setup.md +3 -0
- package/data/llms/pages/styled.md +497 -0
- package/data/llms/pages/tailwind.md +151 -0
- package/data/llms/pages/theming/styled.md +497 -0
- package/data/llms/pages/theming/unstyled.md +57 -0
- package/data/llms/pages/uikit.md +3 -0
- package/data/llms/pages/unstyled.md +57 -0
- package/data/llms/pages/v4.md +15 -0
- package/data/llms/pages/v5.md +15 -0
- package/data/llms/pages/vite.md +90 -0
- package/data/manifest.json +11117 -0
- package/data/mcp-data.json +55940 -0
- package/dist/index.d.ts +17 -1
- package/dist/index.js +66066 -72541
- package/package.json +10 -12
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
# Breadcrumb
|
|
2
|
+
|
|
3
|
+
Breadcrumb provides contextual information about page hierarchy.
|
|
4
|
+
|
|
5
|
+
## Basic
|
|
6
|
+
|
|
7
|
+
Shows the current location within a navigational hierarchy.
|
|
8
|
+
|
|
9
|
+
```vue
|
|
10
|
+
<template>
|
|
11
|
+
<div class="flex justify-center">
|
|
12
|
+
<Breadcrumb :model="items" :home="home" />
|
|
13
|
+
</div>
|
|
14
|
+
</template>
|
|
15
|
+
|
|
16
|
+
<script setup>
|
|
17
|
+
import { ref } from 'vue';
|
|
18
|
+
import Bolt from '@primeicons/vue/bolt';
|
|
19
|
+
import Home from '@primeicons/vue/home';
|
|
20
|
+
|
|
21
|
+
const items = ref([
|
|
22
|
+
{ label: 'Products' },
|
|
23
|
+
{ icon: Bolt, label: 'Electronics' },
|
|
24
|
+
{ label: 'Laptops' },
|
|
25
|
+
{ label: 'Dell' }
|
|
26
|
+
]);
|
|
27
|
+
const home = ref({ icon: Home });
|
|
28
|
+
<\/script>
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
## Route
|
|
32
|
+
|
|
33
|
+
A breadcrumb can be used with routing libraries to navigate between pages.
|
|
34
|
+
|
|
35
|
+
```vue
|
|
36
|
+
<template>
|
|
37
|
+
<div class="flex justify-center">
|
|
38
|
+
<Breadcrumb :home="home" :model="items">
|
|
39
|
+
<template #item="{ item, icon, label }">
|
|
40
|
+
<span v-if="item.current" class="p-breadcrumb-item-link font-semibold">{{ label }}</span>
|
|
41
|
+
<a v-else-if="icon && !label" class="p-breadcrumb-item-link cursor-pointer" @click="navigate(item)">
|
|
42
|
+
<component :is="icon" />
|
|
43
|
+
</a>
|
|
44
|
+
<a v-else class="p-breadcrumb-item-link cursor-pointer" @click="navigate(item)">{{ label }}</a>
|
|
45
|
+
</template>
|
|
46
|
+
</Breadcrumb>
|
|
47
|
+
</div>
|
|
48
|
+
</template>
|
|
49
|
+
|
|
50
|
+
<script setup>
|
|
51
|
+
import { ref, onMounted } from 'vue';
|
|
52
|
+
import Home from '@primeicons/vue/home';
|
|
53
|
+
|
|
54
|
+
const allPages = ref([
|
|
55
|
+
{ label: 'Home', icon: Home },
|
|
56
|
+
{ label: 'Components' },
|
|
57
|
+
{ label: 'Form' },
|
|
58
|
+
{ label: 'Input' },
|
|
59
|
+
{ label: 'InputText' },
|
|
60
|
+
{ label: 'Variants' },
|
|
61
|
+
{ label: 'Filled' },
|
|
62
|
+
{ label: 'Outlined' }
|
|
63
|
+
]);
|
|
64
|
+
const home = ref(null);
|
|
65
|
+
const items = ref([]);
|
|
66
|
+
|
|
67
|
+
const updateBreadcrumb = (pages) => {
|
|
68
|
+
if (pages.length === 1) {
|
|
69
|
+
home.value = null;
|
|
70
|
+
items.value = [{ label: pages[0].label, current: true }];
|
|
71
|
+
} else {
|
|
72
|
+
home.value = { icon: pages[0].icon };
|
|
73
|
+
items.value = pages.slice(1).map((page, index, arr) => ({
|
|
74
|
+
...page,
|
|
75
|
+
current: index === arr.length - 1
|
|
76
|
+
}));
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
const navigate = (item) => {
|
|
81
|
+
const index = item.icon && !item.label ? 0 : allPages.value.findIndex((p) => p.label === item.label);
|
|
82
|
+
|
|
83
|
+
if (index !== -1) {
|
|
84
|
+
updateBreadcrumb(allPages.value.slice(0, index + 1));
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
onMounted(() => {
|
|
89
|
+
updateBreadcrumb(allPages.value);
|
|
90
|
+
});
|
|
91
|
+
<\/script>
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
## Custom Separator
|
|
95
|
+
|
|
96
|
+
A breadcrumb allows customization of the separator between items using the separator template.
|
|
97
|
+
|
|
98
|
+
```vue
|
|
99
|
+
<template>
|
|
100
|
+
<div class="flex justify-center">
|
|
101
|
+
<Breadcrumb :model="items" :home="home">
|
|
102
|
+
<template #separator> / </template>
|
|
103
|
+
</Breadcrumb>
|
|
104
|
+
</div>
|
|
105
|
+
</template>
|
|
106
|
+
|
|
107
|
+
<script setup>
|
|
108
|
+
import { ref } from 'vue';
|
|
109
|
+
import Bolt from '@primeicons/vue/bolt';
|
|
110
|
+
import Home from '@primeicons/vue/home';
|
|
111
|
+
|
|
112
|
+
const items = ref([
|
|
113
|
+
{ label: 'Products' },
|
|
114
|
+
{ icon: Bolt, label: 'Electronics' },
|
|
115
|
+
{ label: 'Laptops' },
|
|
116
|
+
{ label: 'Dell' }
|
|
117
|
+
]);
|
|
118
|
+
const home = ref({ icon: Home });
|
|
119
|
+
<\/script>
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
## Ellipsis
|
|
123
|
+
|
|
124
|
+
An ellipsis can be used to indicate hidden breadcrumb items.
|
|
125
|
+
|
|
126
|
+
```vue
|
|
127
|
+
<template>
|
|
128
|
+
<div class="flex justify-center">
|
|
129
|
+
<Breadcrumb :model="items" :home="home">
|
|
130
|
+
<template #item="{ item, icon }">
|
|
131
|
+
<span v-if="item.current" class="p-breadcrumb-item-link font-semibold">{{ item.label }}</span>
|
|
132
|
+
<a v-else-if="item.icon && !item.label" class="p-breadcrumb-item-link cursor-pointer">
|
|
133
|
+
<component :is="icon" />
|
|
134
|
+
</a>
|
|
135
|
+
<a v-else class="p-breadcrumb-item-link cursor-pointer flex items-center gap-1">
|
|
136
|
+
<component :is="icon" v-if="icon" />
|
|
137
|
+
<span v-if="item.label">{{ item.label }}</span>
|
|
138
|
+
</a>
|
|
139
|
+
</template>
|
|
140
|
+
</Breadcrumb>
|
|
141
|
+
</div>
|
|
142
|
+
</template>
|
|
143
|
+
|
|
144
|
+
<script setup>
|
|
145
|
+
import { ref } from 'vue';
|
|
146
|
+
import EllipsisH from '@primeicons/vue/ellipsis-h';
|
|
147
|
+
import Bolt from '@primeicons/vue/bolt';
|
|
148
|
+
import Home from '@primeicons/vue/home';
|
|
149
|
+
|
|
150
|
+
const items = ref([
|
|
151
|
+
{ icon: EllipsisH },
|
|
152
|
+
{ icon: Bolt, label: 'Electronics' },
|
|
153
|
+
{ label: 'Laptops' },
|
|
154
|
+
{ label: 'Dell', current: true }
|
|
155
|
+
]);
|
|
156
|
+
const home = ref({ icon: Home });
|
|
157
|
+
<\/script>
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
## Custom Item
|
|
161
|
+
|
|
162
|
+
Custom content can be placed inside the items using the item template.
|
|
163
|
+
|
|
164
|
+
```vue
|
|
165
|
+
<template>
|
|
166
|
+
<div class="flex justify-center">
|
|
167
|
+
<Breadcrumb :model="items" :home="home">
|
|
168
|
+
<template #item="{ item, icon }">
|
|
169
|
+
<a class="p-breadcrumb-item-link flex items-center gap-1 cursor-pointer">
|
|
170
|
+
<component :is="icon" v-if="icon" />
|
|
171
|
+
<span v-if="item.label">{{ item.label }}</span>
|
|
172
|
+
<Badge v-if="item.badge" :value="item.badge" shape="circle" />
|
|
173
|
+
</a>
|
|
174
|
+
</template>
|
|
175
|
+
</Breadcrumb>
|
|
176
|
+
</div>
|
|
177
|
+
</template>
|
|
178
|
+
|
|
179
|
+
<script setup>
|
|
180
|
+
import { ref } from 'vue';
|
|
181
|
+
import Bolt from '@primeicons/vue/bolt';
|
|
182
|
+
import Desktop from '@primeicons/vue/desktop';
|
|
183
|
+
import Home from '@primeicons/vue/home';
|
|
184
|
+
|
|
185
|
+
const items = ref([
|
|
186
|
+
{ label: 'Products' },
|
|
187
|
+
{ icon: Bolt, label: 'Electronics' },
|
|
188
|
+
{ icon: Desktop, label: 'Computers' },
|
|
189
|
+
{ label: 'Laptops', badge: '5' },
|
|
190
|
+
{ label: 'Dell' }
|
|
191
|
+
]);
|
|
192
|
+
const home = ref({ icon: Home, label: 'Home' });
|
|
193
|
+
<\/script>
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
## Accessibility
|
|
197
|
+
|
|
198
|
+
Screen Reader Breadcrumb uses the nav element and since any attribute is passed to the root implicitly aria-labelledby or aria-label can be used to describe the component. Inside an ordered list is used where the list item separators have aria-hidden to be able to ignored by the screen readers. If the last link represents the current route, aria-current is added with "page" as the value. Keyboard Support No special keyboard interaction is needed, all menuitems are focusable based on the page tab sequence.
|
|
199
|
+
|
|
200
|
+
## Breadcrumb API
|
|
201
|
+
|
|
202
|
+
### Props
|
|
203
|
+
|
|
204
|
+
| Name |Type |Default |Description |
|
|
205
|
+
| --- | --- | --- | --- |
|
|
206
|
+
| model | MenuItem[] | - | An array of menuitems. |
|
|
207
|
+
| home | any | - | Configuration for the home icon. |
|
|
208
|
+
| ariaLabel | string | - | Defines a string value that labels an interactive element. |
|
|
209
|
+
| ariaLabelledby | string | - | Identifier of the underlying menu element. |
|
|
210
|
+
| dt | any | - | It generates scoped CSS variables using design tokens for the component. |
|
|
211
|
+
| pt | PassThrough<BreadcrumbPassThroughOptions> | - | Used to pass attributes to DOM elements inside the component. |
|
|
212
|
+
| ptOptions | any | - | Used to configure passthrough(pt) options of the component. |
|
|
213
|
+
| unstyled | boolean | false | When enabled, it removes component related styles in the core. |
|
|
214
|
+
|
|
215
|
+
### Pass Through Options
|
|
216
|
+
|
|
217
|
+
| Name |Type |Description |
|
|
218
|
+
| --- | --- | --- |
|
|
219
|
+
| root | BreadcrumbPassThroughOptionType | Used to pass attributes to the root's DOM element. |
|
|
220
|
+
| list | BreadcrumbPassThroughOptionType | Used to pass attributes to the list's DOM element. |
|
|
221
|
+
| item | BreadcrumbPassThroughOptionType | Used to pass attributes to the item's DOM element. |
|
|
222
|
+
| itemLink | BreadcrumbPassThroughOptionType | Used to pass attributes to the item link's DOM element. |
|
|
223
|
+
| itemIcon | BreadcrumbPassThroughOptionType | Used to pass attributes to the item icon's DOM element. |
|
|
224
|
+
| itemLabel | BreadcrumbPassThroughOptionType | Used to pass attributes to the item label's DOM element. |
|
|
225
|
+
| separator | BreadcrumbPassThroughOptionType | Used to pass attributes to the separator's DOM element. |
|
|
226
|
+
| separatorIcon | BreadcrumbPassThroughOptionType | Used to pass attributes to the separator icon's DOM element. |
|
|
227
|
+
| hooks | any | Used to manage all lifecycle hooks. |
|
|
228
|
+
|
|
229
|
+
### Theming
|
|
230
|
+
|
|
231
|
+
### CSS Classes
|
|
232
|
+
|
|
233
|
+
| Class |Description |
|
|
234
|
+
| --- | --- |
|
|
235
|
+
| p-breadcrumb | Class name of the root element |
|
|
236
|
+
| p-breadcrumb-list | Class name of the list element |
|
|
237
|
+
| p-breadcrumb-home-item | Class name of the home item element |
|
|
238
|
+
| p-breadcrumb-separator | Class name of the separator element |
|
|
239
|
+
| p-breadcrumb-separator-icon | Class name of the separator icon element |
|
|
240
|
+
| p-breadcrumb-item | Class name of the item element |
|
|
241
|
+
| p-breadcrumb-item-link | Class name of the item link element |
|
|
242
|
+
| p-breadcrumb-item-icon | Class name of the item icon element |
|
|
243
|
+
| p-breadcrumb-item-label | Class name of the item label element |
|
|
244
|
+
|
|
245
|
+
### Design Tokens
|
|
246
|
+
|
|
247
|
+
| Token |CSS Variable |Description |
|
|
248
|
+
| --- | --- | --- |
|
|
249
|
+
| breadcrumb.padding | --p-breadcrumb-padding | Padding of root |
|
|
250
|
+
| breadcrumb.background | --p-breadcrumb-background | Background of root |
|
|
251
|
+
| breadcrumb.gap | --p-breadcrumb-gap | Gap of root |
|
|
252
|
+
| breadcrumb.transition.duration | --p-breadcrumb-transition-duration | Transition duration of root |
|
|
253
|
+
| breadcrumb.item.color | --p-breadcrumb-item-color | Color of item |
|
|
254
|
+
| breadcrumb.item.hover.color | --p-breadcrumb-item-hover-color | Hover color of item |
|
|
255
|
+
| breadcrumb.item.border.radius | --p-breadcrumb-item-border-radius | Border radius of item |
|
|
256
|
+
| breadcrumb.item.gap | --p-breadcrumb-item-gap | Gap of item |
|
|
257
|
+
| breadcrumb.item.icon.color | --p-breadcrumb-item-icon-color | Icon color of item |
|
|
258
|
+
| breadcrumb.item.icon.hover.color | --p-breadcrumb-item-icon-hover-color | Icon hover color of item |
|
|
259
|
+
| breadcrumb.item.icon.size | --p-breadcrumb-item-icon-size | Icon size of item icon |
|
|
260
|
+
| breadcrumb.item.label.font.weight | --p-breadcrumb-item-label-font-weight | Font weight of item label |
|
|
261
|
+
| breadcrumb.item.label.font.size | --p-breadcrumb-item-label-font-size | Font size of item label |
|
|
262
|
+
| breadcrumb.item.focus.ring.width | --p-breadcrumb-item-focus-ring-width | Focus ring width of item |
|
|
263
|
+
| breadcrumb.item.focus.ring.style | --p-breadcrumb-item-focus-ring-style | Focus ring style of item |
|
|
264
|
+
| breadcrumb.item.focus.ring.color | --p-breadcrumb-item-focus-ring-color | Focus ring color of item |
|
|
265
|
+
| breadcrumb.item.focus.ring.offset | --p-breadcrumb-item-focus-ring-offset | Focus ring offset of item |
|
|
266
|
+
| breadcrumb.item.focus.ring.shadow | --p-breadcrumb-item-focus-ring-shadow | Focus ring shadow of item |
|
|
267
|
+
| breadcrumb.separator.color | --p-breadcrumb-separator-color | Color of separator |
|
|
268
|
+
|
|
269
|
+
## Menu Item API
|