Issue #3560377: Content outline: Allow sections to be expanded and shortened - Add ReloadButton component

Testing instructions

Import the component into an existing page to see it working:

<ReloadButton onClick={() => console.log('Hello, world!')} />
<ReloadButton onClick={() => console.log('Hello, world!')} disabled={true}/>

Merge request reports

Loading