Footer

This is a developer preview. All features can be expected to change.

The Footer appears near the bottom of the page where it is commonly used to display some buttons. All features are controlled with an API that looks something like this.

ts.ui.Footer.buttons({
	label: 'Continue',
	type: 'ts-primary',
	onclick: function() {
		top.location.hash = 'components/footer/buttons.html';
	}
});

Here's a quick overview of the Footer API. You can read more in the following pages.