DivadNojnarg / outstanding-shiny-ui

Outstanding User Interfaces with Shiny CRC Press book online version
https://unleash-shiny.rinterface.com
Other
224 stars 58 forks source link

Chapter 20 uses a different `tabler_card()` #71

Closed schloerke closed 3 years ago

schloerke commented 3 years ago

stacked parameter was added and the code structure is different. Both look fine to me, just trying to have them be consistent.

Chapter 13 tabler: https://github.com/DivadNojnarg/outstanding-shiny-ui/blob/ba9293faeb17d142bd5d83dfe0cc72e62c64ad88/custom-templates-skeleton.Rmd#L532-L558

Chapter 20 tabler: (initial definition) https://github.com/DivadNojnarg/outstanding-shiny-ui/blob/ba9293faeb17d142bd5d83dfe0cc72e62c64ad88/custom-templates-testing.Rmd#L15-L42

DivadNojnarg commented 3 years ago

Thanks! I missed that part.