Basic smart components, ready to integrate
npm install @pantheon-systems/pcc-react-sample-library
Import the components you need and the CSS.
import { Blockquote } from "@pantheon-systems/pcc-react-sample-library";
import "@pantheon-systems/pcc-react-sample-library/dist/css/pds-core.css";
import "@pantheon-systems/pcc-react-sample-library/dist/css/pds-layouts.css";
import "@pantheon-systems/pcc-react-sample-library/dist/css/pds-components.css";
The <Blockquote />
component will ...