shit more or less works for the very basic stuff
This commit is contained in:
parent
0729b529d7
commit
22b32f149d
9 changed files with 132 additions and 22 deletions
9
src/components/panel_header.style.js
Normal file
9
src/components/panel_header.style.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export default {
|
||||
name: 'PanelHeader',
|
||||
selector: '.panel-heading',
|
||||
validInnerComponents: [
|
||||
'Text',
|
||||
'Icon',
|
||||
'Button'
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue