Button Panel
Let's design the button panel in this lesson.
We'll cover the following...
Button panel component
The button panel will build on the “Letter” button to make a full alphabet of letters. This component is interesting because it creates and renders a list of buttons by rendering for each letter in the alphabet a corresponding button with the right parameters. To do this, it determines whether each letter has already been used ...