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
- Host: GitHub
- URL: https://github.com/rstudio/bsicons
- Owner: rstudio
- License: other
- Created: 2022-07-14T18:03:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T16:43:41.000Z (over 1 year ago)
- Last Synced: 2024-10-13T11:14:43.078Z (6 months ago)
- Language: R
- Size: 695 KB
- Stars: 15
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rstudio/bsicons - Bootstrap icons for Shiny and R Markdown (R)
README
# bsicons
[](https://cran.r-project.org/package=bsicons)
[](https://lifecycle.r-lib.org/articles/stages.html)
[](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")
```