# xaringanthemer
[](https://CRAN.R-project.org/package=xaringanthemer)
[](https://lifecycle.r-lib.org/articles/stages.html)
[](https://github.com/gadenbuie/xaringanthemer/actions)
[](https://codecov.io/github/gadenbuie/xaringanthemer)
Give your [xaringan](https://github.com/yihui/xaringan) slides some
style with **xaringanthemer** within your `slides.Rmd` file without
(much) CSS.
## Installation
You can install **xaringanthemer** from CRAN
``` r
install.packages("xaringanthemer")
```
or you can install the development version of xaringanthemer from
[GitHub](https://github.com/gadenbuie/xaringanthemer).
``` r
# install.packages("remotes")
remotes::install_github("gadenbuie/xaringanthemer")
```
## Features
There’s a lot more that **xaringanthemer** can do! [Discover
xaringanthemer’s
features.](https://pkg.garrickadenbuie.com/xaringanthemer/articles/xaringanthemer.html)