ABSTRACT

This chapter explains how to build custom outputs in Shiny by building an animated “value box” to display a value and label in a colored card. The chapter looks at every component required to make such an output (output function to generate UI, the rendered, and the JavaScript). The chapter also introduces how to inject dependencies from JavaScript.