{:deps {org.boundary-app/boundary-ui-style {:mvn/version "1.0.0-alpha"}}}
The ui-style library centralizes app-wide UI assets and conventions:
CSS bundles (:base, :pilot, :admin-pilot)
JavaScript bundles (:base, :pilot, :admin-pilot)
Shared design tokens and reusable UI primitives
It prevents per-module style drift by making layout namespaces consume the same bundle API.
{:deps {org.boundary-app/boundary-ui-style {:mvn/version "1.0.0-alpha"}}}
Namespace: boundary.ui-style
base-css, pilot-css, admin-pilot-css
base-js, pilot-js, admin-pilot-js
(bundle k) for CSS bundle selection
(js-bundle k) for JS bundle selection
For implementation details and migration notes, see libs/ui-style/README.md in the repository.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |