mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #5292 - New ButtonSet component
This commit is contained in:
parent
1bb4f67536
commit
f2921594eb
8 changed files with 172 additions and 0 deletions
|
@ -17,6 +17,7 @@ const STYLE_ALIAS = {
|
|||
'primevue/blockui/style': path.resolve(__dirname, './components/lib/blockui/style/BlockUIStyle.js'),
|
||||
'primevue/breadcrumb/style': path.resolve(__dirname, './components/lib/breadcrumb/style/BreadcrumbStyle.js'),
|
||||
'primevue/button/style': path.resolve(__dirname, './components/lib/button/style/ButtonStyle.js'),
|
||||
'primevue/buttonset/style': path.resolve(__dirname, './components/lib/buttonset/style/ButtonSetStyle.js'),
|
||||
'primevue/calendar/style': path.resolve(__dirname, './components/lib/calendar/style/CalendarStyle.js'),
|
||||
'primevue/card/style': path.resolve(__dirname, './components/lib/card/style/CardStyle.js'),
|
||||
'primevue/carousel/style': path.resolve(__dirname, './components/lib/carousel/style/CarouselStyle.js'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue