@sps-woodland/key-value-set
v8.51.0
Published
SPS Woodland Design System key value set component
Keywords
Readme
@sps-woodland/key-value-set
SPS Woodland Design System key value set component.
Heads up — this is a wrapper package. The component source now lives in
@sps-woodland/core. This package re-exports from core so existing imports keep working, but new code should prefer the core paths.
Preferred imports (core)
import { KeyValueSet, KeyValueSetItem } from "@sps-woodland/core/key-value-set";
// or, if you only need the item:
import { KeyValueSetItem } from "@sps-woodland/core/key-value-set-item";
import "@sps-woodland/core/key-value-set/style.css";KeyValueSet is barrel-only (the family name and the parent component share a
name). KeyValueSetItem additionally has its own flat subpath.
Legacy imports (still supported)
import { KeyValueSet, KeyValueSetItem } from "@sps-woodland/key-value-set";
import "@sps-woodland/key-value-set/style.css";