nirvash: Nirvash HTML Widget

Description Usage Arguments Value

View source: R/nirvash.R

Description

tb-rl styled component powered by nehan.js (v5.5.10). The widgets do not support resizing.

Usage

1
2
3
4
5
6
7
8
9
nirvash(
  context,
  split = "\n",
  serif = TRUE,
  writing_mode = c("tbrl", "lrtb"),
  custom_style = "",
  width = "100%",
  height = "90%"
)

Arguments

context

Text to display on widget.

split

String with that nirvash splits the context into paragraphs.

writing_mode

Choose one of "tbrl" or "lrtb".

custom_style

User's own defined style that will be attached onto component's wrapper.

width

Width of components.

height

Height of components.

serir

Logical. If true, sets an additional style onto .serif class elements.

Value

Object returned from htmlwidgets::createWidget().


paithiov909/nirvash documentation built on Jan. 18, 2021, 6:56 a.m.