blob: 11ab221b242032ec97b92868ade60992cf39681a [file] [log] [blame]
<import src="../../framework/sky-element/sky-element.sky" as="SkyElement" />
<template>
<style>
:host {
background-color: #DEDEDE;
padding: 8px;
display: flex;
align-items: center;
}
</style>
<content></content>
</template>
<script>
SkyElement({
name: "app-panel-header"
});
</script>