1. Learn
  2. /
  3. Courses
  4. /
  5. Creating Dashboards with shinydashboard

Exercise

Add some life to your layouts

In this exercise you'll jazz up a shinydashboard by adding some color. There's a dashboard with three different boxes already written for you. All you have to do is make the indicated changes to the boxes.

It might be useful to know that some valid statuses and their corresponding colors are:

  • primary Blue (sometimes dark blue)
  • success Green
  • info Blue
  • warning Orange
  • danger Red

Instructions

100 XP
  • Use the status parameter to make the first box red.
  • Add a "star" icon to the second box.
  • Use the color argument to make the third box yellow.