Bslib

screenshot of Bslib
bootstrap
scss

Bslib

Tools for theming Shiny and R Markdown via Bootstrap 3, 4, or 5.

Overview

The bslib R package provides a modern UI toolkit for Shiny and RMarkdown based on Bootstrap. It allows for the creation of customizable Shiny dashboards and theming of Shiny apps and R Markdown documents. The package is designed to work with modern versions of Bootstrap and Bootswatch.

Features

  • Creation of delightful and customizable Shiny dashboards
  • UI components that can also be used in other contexts, such as RMarkdown
  • Interactive real-time theming of Shiny apps
  • Use of modern versions of Bootstrap and Bootswatch

Summary

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.