aboutsummaryrefslogtreecommitdiff
path: root/src/components/panel.style.js
blob: a9de7e56d076cf9f52eb249c242211d5baa1a02f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export default {
  name: 'Panel',
  selector: '.panel',
  validInnerComponents: [
    'Text',
    'Link',
    'Icon',
    'Button',
    'PanelHeader'
  ],
  defaultRules: [
    {
      component: 'Panel',
      directives: {
        background: '--fg'
      }
    }
  ]
}