@pantheon-systems/pcc-react-sample-library
v3.10.0-beta.2
Published
Pantheon Content Cloud Sample Component Library for React
Downloads
189
Keywords
Readme
React Sample Lib
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 ...