Software
Placeholder

miniUI

R

miniUI provides UI widget and layout functions for writing Shiny apps that work well on small screens, with a focus on creating Shiny Gadgets (small, task-focused Shiny applications).

The package solves the problem of building responsive interfaces for compact displays by providing specialized layout components like miniPage(), miniTabstripPanel(), and miniContentPanel(). These components handle the complexity of sizing and layout on small screens, making it straightforward to create gadgets that integrate with RStudio’s IDE or function as standalone tools. It’s specifically designed for gadget development rather than general-purpose Shiny dashboards.

Contributors