themes 3 initial work
This commit is contained in:
parent
6391a6a4ea
commit
521d308a6c
6 changed files with 110 additions and 0 deletions
8
src/components/panel.style.js
Normal file
8
src/components/panel.style.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
name: 'Panel',
|
||||
validInnerComponents: [
|
||||
'Text',
|
||||
'Icon',
|
||||
'Button'
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue