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 |
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()