Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
# 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 <BackButton onClick={ myClickHandler } />;
}
```
### Props
| Name | Type | Default | Description |
| ----------- | ---------- | ------- | --------------------------------- |
| `onClick`\* | `function` | null | Called when the button is clicked |