@sps-woodland/action-bar
v8.51.1
Published
SPS Woodland Design System Action Bar component
Downloads
5,817
Keywords
Readme
@sps-woodland/action-bar
SPS Woodland Design System Action Bar 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 { ActionBar, ActionBarAdditionalContent } from "@sps-woodland/core/action-bar";
// or, if you only need the additional-content slot:
import { ActionBarAdditionalContent } from "@sps-woodland/core/action-bar-additional-content";
import "@sps-woodland/core/action-bar/style.css";ActionBar is barrel-only (the family name and the parent component share a
name). ActionBarAdditionalContent additionally has its own flat subpath.
Legacy imports (still supported)
import { ActionBar, ActionBarAdditionalContent } from "@sps-woodland/action-bar";
import "@sps-woodland/action-bar/style.css";