Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gadenbuie/sprinkles
- Owner: gadenbuie
- License: other
- Created: 2021-01-18T03:47:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T14:06:10.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T22:29:51.678Z (20 days ago)
- Language: JavaScript
- Homepage:
- Size: 181 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gadenbuie/sprinkles - Utility CSS and JavaScript for R Markdown (JavaScript)
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...