@pantheon-systems/pcc-react-sample-library
v3.10.0-beta.1
Published
Pantheon Content Cloud Sample Component Library for React
Downloads
145
Keywords
Readme
Installation
npm install @pantheon-systems/pcc-react-sample-library
Setup
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";
Usage
Components
Blockquote
The <Blockquote />
component will ...