@sps-woodland/column-manager
v8.53.23
Published
SPS Woodland Design System column manager component
Keywords
Readme
@sps-woodland/column-manager
SPS Woodland Design System Column Manager
Imports
Prefer the mono-package subpath (single shared peer-dep declaration, deterministic tree-shaking):
import { ColumnManager, useColumnManager } from "@sps-woodland/core/column-manager";ColumnManager styles come from @sps-woodland/tokens sprinkles — there is no separate
column-manager/style.css to import. Make sure your app already loads @sps-woodland/tokens
CSS, and you are set.
The legacy wrapper import still works during the transition (it re-exports from
@sps-woodland/core/column-manager):
import { ColumnManager, useColumnManager } from "@sps-woodland/column-manager";