Backpack paragraph component.
npm install bpk-component-paragraph --save-devimport React from 'react';
import BpkParagraph from 'bpk-component-paragraph';
export default () => (
<BpkParagraph>My paragraph content.</BpkParagraph>
)| Property | PropType | Required | Default Value |
|---|---|---|---|
| children | node | true | - |
| className | string | false | null |