# Back Button Simple back button, usually used in a HeaderCake to go back to the previous screen. ## Usage ```jsx import BackButton from 'calypso/components/back-button'; function render() { return ; } ``` ### Props | Name | Type | Default | Description | | ----------- | ---------- | ------- | --------------------------------- | | `onClick`\* | `function` | null | Called when the button is clicked |