Listing 18-3: Using the SidebarHelp Component
import Chart from './Chart';
import SidebarHelp from './SidebarHelp';
function SalesChart(props){
return (
<Chart type="sales" />
<SidebarHelp helpText="This chart shows your sales over time." />
)
}
export default SalesChart;
Download the examples, report issues, and ask/answer questions in the discussion area by visiting the book's github page. All of the code for the book is also available on codesandbox.io for you to play around with.
ReactJS Foundations is published by John Wiley and Sons, Inc and is available in paperback and eBook.