Package: bootstrict Title: Strict Bootstrap 5.3 Widgets for Shiny Version: 0.1.0 Authors@R: person("Colin", "Fay", , "colin@thinkr.fr", role = c("aut", "cre")) Description: A complete, faithful implementation of the Bootstrap 5.3 component, layout and form library as Shiny UI functions. Every widget mirrors the Bootstrap 5.3 HTML structure one-to-one so that a designer's mockup and SASS variables can be dropped into a Shiny application with minimal deviation from Shiny's own conventions. Interactive components report their state to the server and can be controlled server-side through update functions and proxies. Theming is delegated to 'bslib' (which ships the Bootstrap 5.3 runtime) so designer-provided SASS variable sheets compose natively. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Depends: R (>= 4.1.0) Imports: bslib (>= 0.6.0), htmltools (>= 0.5.4), rlang (>= 1.1.0), shiny (>= 1.7.0) Suggests: golem, testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/thinkr-open/bootstrict BugReports: https://github.com/thinkr-open/bootstrict/issues Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://thinkr-open.r-universe.dev Date/Publication: 2026-07-02 12:59:16 UTC RemoteUrl: https://github.com/ThinkR-open/bootstrict RemoteRef: HEAD RemoteSha: 21a59bf2f583eb6f101d21b0b597c28eded5c70a NeedsCompilation: no Packaged: 2026-07-02 15:22:15 UTC; root Author: Colin Fay [aut, cre] Maintainer: Colin Fay