| 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: | 2026-03-29 05:01:37 UTC |
| Source: | https://github.com/devOpifex/windy |
Build classes from character vectors.
...class(...)...class(...)
... |
Elements, character vectors of any length. |
...class("hello", "world") ...class("hello", c(1, 2))...class("hello", "world") ...class("hello", c(1, 2))
Add boilerplate for a module.
add_module(name)add_module(name)
name |
Name of the module. This is used to dynamically create the names of the functions and file. |
Called for side-effects, invisibly returns
NULL.
## Not run: add_module("module_name")## Not run: add_module("module_name")
NPM commands to build tailwind.
windy_build() windy_watch()windy_build() windy_watch()