November 2019
Beginner
436 pages
8h 52m
English
You may have noticed that the toolbar buttons don't look very good now that we've wired them with the Link component. You don't need to have button components here since Blueprint allows us to style other elements, such as hyperlinks, so that we can make them look like buttons.
To use Link components without button wrappers, we need to update the code for the application component so that it looks as follows:
<Link className="bp3-button bp3-minimal bp3-icon-home" to="/"> Home</Link><Link className="bp3-button bp3-minimal bp3-icon-document" to="/files/"> Files</Link>
Now, the application toolbar should look much better:

Congratulations—you ...
Read now
Unlock full access