Backpack paragraph component.
npm install bpk-component-paragraph --save-dev
import 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 |