mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #5621 - New Component: Tabs
This commit is contained in:
parent
53168665d4
commit
c80c3ad0ea
57 changed files with 3934 additions and 35 deletions
10
components/lib/tabpanels/style/TabPanelsStyle.js
Normal file
10
components/lib/tabpanels/style/TabPanelsStyle.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import BaseStyle from 'primevue/base/style';
|
||||
|
||||
const classes = {
|
||||
root: 'p-tabpanels'
|
||||
};
|
||||
|
||||
export default BaseStyle.extend({
|
||||
name: 'tabpanels',
|
||||
classes
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue