Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thinkr-open/clemantine
- Owner: ThinkR-open
- License: other
- Created: 2024-06-28T14:26:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T09:59:28.000Z (6 months ago)
- Last Synced: 2024-12-04T05:39:55.760Z (about 2 months ago)
- Topics: mantine, r, shiny, shiny-r
- Language: R
- Homepage:
- Size: 296 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.