Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gadenbuie/sprinkles

Utility CSS and JavaScript for R Markdown
https://github.com/gadenbuie/sprinkles

Last synced: 7 days ago
JSON representation

Utility CSS and JavaScript for R Markdown

Awesome Lists containing this project

README

        

# sprinkles

**sprinkles** brings utility CSS and JavaScript to R Markdown HTML documents. Sprinkle style and interactivity wherever you need them.

## Installation

You can install **sprinkles** from GitHub:

``` r
remotes::install_github("gadenbuie/sprinkles")
```

## Utility Libraries

**sprinkles** includes two utility web development libraries:

- [Tachyons](https://tachyons.io/): Functional CSS for humans

- [Alpine.js](https://github.com/alpinejs/alpine/): A rugged, minimal framework for composing JavaScript behavior in your markup.

Both make it easy to sprinkle CSS or JavaScript into your HTML R Markdown documents.

...more details soon...