@snyder-tech/brandos-ui
v0.42.3
Published
Generic BrandOS web component library with Shoelace wrappers and CDN-compatible runtime utilities.
Downloads
19
Maintainers
Readme
@snyder-tech/brandos-ui
Generic BrandOS web components and runtime utilities.
This package intentionally does not bundle brand CSS. Pair it with @snyder-tech/brandos-tokens and map your own brand values to the --brandOS-* CSS variable contract.
Autoload usage
import "@snyder-tech/brandos-ui/autoloader";@import "@snyder-tech/brandos-tokens/css/global";
@import "@snyder-tech/brandos-tokens/css/shoelace";Per-component usage
import "@snyder-tech/brandos-ui/components/brand-button";
import type { BrandButtonVariant } from "@snyder-tech/brandos-ui/components/brand-button";<brand-button variant="primary">Save</brand-button>Available entries include ./components, ./components/brand-button, ./components/brand-input, ./components/brand-select, ./tokens, ./utilities, and ./autoloader.
