-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.Rmd
57 lines (44 loc) · 1.58 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# fullPage <img src="http://rinterface.com/inst/images/fullPage.svg" width="200px" align="right"/>
[![Travis build status](https://travis-ci.org/RinteRface/fullPage.svg?branch=master)](https://travis-ci.org/RinteRface/fullPage) [![CRAN status](https://www.r-pkg.org/badges/version/fullPage)](https://cran.r-project.org/package=fullPage)
> Many of the amazing works of [Álvaro Trigo](https://alvarotrigo.com/) for Shiny!
```{r setup, include=FALSE}
library(htmltools)
```
```{r, echo=FALSE}
p(
tags$a(
href = "https://shiny.john-coene.com/fullPage",
target = "_blank",
class = "btn btn-default",
"fullPage demo"
),
tags$a(
href = "https://shiny.john-coene.com/pagePiling",
target = "_blank",
class = "btn btn-warning",
"pagePiling demo"
),
tags$a(
href = "https://shiny.john-coene.com/multiScroll",
target = "_blank",
class = "btn btn-success",
"multiScroll demo"
)
)
```
## Installation
Install the _stable_ version from CRAN:
```r
install.packages("fullPage")
```
Install the _dev_ version from [Github](https://github.com/RinteRface/fullPage) with:
``` r
# install.packages("remotes")
remotes::install_github("RinteRface/fullPage")
```
## Features
* [fullPage.js](https://github.com/alvarotrigo/fullPage.js/) -- functions starting with `full`.
* [pagePiling.js](https://github.com/alvarotrigo/pagePiling.js/) -- functions starting with `page`.
* [multiScroll.js](https://github.com/alvarotrigo/multiscroll.js) -- functions starting with `multi`.
All ships with:
* [Milligram](https://milligram.io/) *grid, button, typography, and themes.*