96e3a1593a
lazy (for modals, popovers etc) parts
21 lines
273 B
JavaScript
21 lines
273 B
JavaScript
export default {
|
|
name: 'TopBar',
|
|
selector: 'nav',
|
|
validInnerComponents: [
|
|
'Link',
|
|
'Text',
|
|
'Icon',
|
|
'Button',
|
|
'ButtonUnstyled',
|
|
'Input',
|
|
'Badge'
|
|
],
|
|
defaultRules: [
|
|
{
|
|
directives: {
|
|
background: '--fg'
|
|
}
|
|
}
|
|
]
|
|
}
|