Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thinkr-open/clemantine

📦 R package to build React components based on Mantine.dev
https://github.com/thinkr-open/clemantine

mantine r shiny shiny-r

Last synced: 4 days ago
JSON representation

📦 R package to build React components based on Mantine.dev

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# {clemantine}

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/ThinkR-open/clemantine/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ThinkR-open/clemantine/actions/workflows/R-CMD-check.yaml)

`{clemantine}` is a package that provides a set of functions around the React component library [Mantine](https://mantine.dev/).

## Installation

You can install the development version of `{clemantine}` from [GitHub](https://github.com/) with:

```{r, eval=FALSE}
# install.packages("devtools")
devtools::install_github("ThinkR-open/clemantine")
```

## How to use clemantine?

```{r example, eval=FALSE}
library(clemantine)
```

_TODO_

## Code of Conduct

Please note that the clemantine project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.