Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.24 KB

MaterializeR = +

Travis-CI Build Status

Overview

The materializer is a new package to make your shiny applications modern, responsive and designed with Material Design.

If you’d like to know more about materialize css framework, visit here materializecss.com.

Installation

# Install from CRAN
install.packages("materializer")

# Or the development version from GitHub
# install.packages("devtools")
devtools::install_github("tuskan/materializer")

Related work