@sps-woodland/content-tiles
v8.53.29
Published
SPS Woodland Design System content-tile and content tile list components.
Keywords
Readme
@sps-woodland/content-tiles
SPS Woodland Design System content-tile and content-tile-list components.
This package now re-exports from @sps-woodland/core. New consumers should import directly from core:
// Preferred (core, tree-shakes per component)
import { ContentTile } from "@sps-woodland/core/content-tile";
import { ContentTileList } from "@sps-woodland/core/content-tile-list";
import "@sps-woodland/core/content-tiles/style.css";The legacy wrapper import still works during the transition:
// Still supported, re-exports from @sps-woodland/core
import { ContentTile, ContentTileList } from "@sps-woodland/content-tiles";
import "@sps-woodland/content-tiles/style.css";