Package 'windy'

Title: 'Tailwind' for 'Shiny'
Description: 'Tailwind' for 'Shiny'.
Authors: John Coene [aut, cre], Opifex [cph]
Maintainer: John Coene <[email protected]>
License: MIT + file LICENSE
Version: 0.0.0.9000
Built: 2024-10-31 04:35:15 UTC
Source: https://github.com/devOpifex/windy

Help Index


Class

Description

Build classes from character vectors.

Usage

...class(...)

Arguments

...

Elements, character vectors of any length.

Examples

...class("hello", "world")
...class("hello", c(1, 2))

Add module

Description

Add boilerplate for a module.

Usage

add_module(name)

Arguments

name

Name of the module. This is used to dynamically create the names of the functions and file.

Value

Called for side-effects, invisibly returns NULL.

Examples

## Not run: add_module("module_name")

NPM

Description

NPM commands to build tailwind.

Usage

windy_build()

windy_watch()

Scaffold

Description

Scaffold a shiny-tailwind application.

Usage

scaffold()