Package: shiny.tailwind Type: Package Title: 'TailwindCSS' for Shiny Apps Version: 0.2.2 Authors@R: c( person(given = "Kyle", family = "Butts", role = c("aut","cre"), email = "kyle.butts@colorado.edu", comment = c(ORCID = "0000-0002-9048-8059")), person(given = "David", family = "Zimmermann-Kollenda", role = "ctb", email = "david_j_zimmermann@hotmail.com")) Description: Allows 'TailwindCSS' to be used in Shiny apps with just-in-time compiling, custom css with '@apply' directive, and custom tailwind configurations. Encoding: UTF-8 RoxygenNote: 7.3.2 License: MIT + file LICENSE Depends: R (>= 3.6.0), htmltools Imports: shiny URL: https://github.com/kylebutts/shiny.tailwind BugReports: https://github.com/kylebutts/shiny.tailwind/issues Roxygen: list(markdown = TRUE) Suggests: fontawesome, palmerpenguins, ggplot2 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://kylebutts.r-universe.dev Date/Publication: 2025-03-25 14:53:08 UTC RemoteUrl: https://github.com/kylebutts/shiny.tailwind RemoteRef: HEAD RemoteSha: 74ca523a9e64fb79a033b5912c916af91cf1ea8b NeedsCompilation: no Packaged: 2026-06-07 10:08:35 UTC; root Author: Kyle Butts [aut, cre] (ORCID: ), David Zimmermann-Kollenda [ctb] Maintainer: Kyle Butts