You need to sign in to do that
Don't have an account?

Displaying standard sidebar components on visualforce page
Is it possible to display "Create New", "Recent Items","Search" etc. components on standard salesforce sidebar to custom visualforce page?
You can show the entire sidebar by specifying the sidebar attribute in your page as true. E.g.
If you are looking to cherry pick components from the sidebar then I think you are out of luck - I've not seen anything exposing these individually.