neft
Version:
Universal Platform
20 lines (16 loc) • 407 B
HTML
<import src="./Header/BackButton.html" as="BackButton" />
<style>
Rectangle {
anchors.fillWidth: parent;
height: 60;
color: 'primary';
for ('#text') {
color: 'text';
font.pixelSize: 20;
font.weight: 1;
anchors.centerIn: parent;
}
}
</style>
<BackButton onClick="${this.props.onMenuOpen()}" />
${props.title}