Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save subtubes-io/b36314506669103d6937 to your computer and use it in GitHub Desktop.
Save subtubes-io/b36314506669103d6937 to your computer and use it in GitHub Desktop.
layout.header.add(new StateModifier({
transform: Transform.translate(0,0,1)
})).add(new Surface({
size: [undefined, 75],
content: "Header",
properties: {
lineHeight: "75px",
textAlign: "center",
color: "white",
zIndex: 0
}
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment