An open API service indexing awesome lists of open source software.

https://github.com/rstudio/bsicons

Bootstrap icons for Shiny and R Markdown
https://github.com/rstudio/bsicons

Last synced: 5 months ago
JSON representation

Bootstrap icons for Shiny and R Markdown

Awesome Lists containing this project

README

        

# bsicons

[![CRAN
status](https://www.r-pkg.org/badges/version/bsicons)](https://cran.r-project.org/package=bsicons)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![R build
status](https://github.com/rstudio/bsicons/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/bsicons/actions)

An R package for using [Bootstrap icons](https://icons.getbootstrap.com/) in Shiny and R Markdown

## Installation

Install the stable release of `bsicons` on CRAN:

```r
install.packages("bsicons")
```

## Example

``` r
bsicons::bs_icon("geo", size = "3rem")
```