} fileName="somename.pdf">
{({ blob, url, loading, error }) =>
loading ? 'Loading document...' : 'Download now!'
}
);
```
--------------------------------
### Chapter Heading Component
Source: https://react-pdf.org/repl
Renders a chapter heading with a number and title.
```jsx