@sps-woodland/add-to-list
v8.51.1
Published
SPS Woodland Design System Add To List component
Keywords
Readme
@sps-woodland/add-to-list
SPS Woodland Design System Add to List.
Heads up — this is a wrapper package. The component source now lives in
@sps-woodland/core. This package re-exports from the mono-package so existing imports keep working, but new code should prefer the mono-package paths.
Preferred imports (mono-package)
import { AddToList } from "@sps-woodland/core/add-to-list";
import "@sps-woodland/core/add-to-list/style.css";Single-component family — no flat subpath, the barrel is the only path.
AddToList is barrel-only (family-name clash). The internal ItemsList and
ListItem helpers are not exported.
Legacy imports (still supported)
import { AddToList } from "@sps-woodland/add-to-list";
import "@sps-woodland/add-to-list/style.css";