bpk-component-paragraph-css
v3.0.25
Published
Backpack paragraph component.
Downloads
20
Keywords
Readme
bpk-component-paragraph
Backpack paragraph component.
Installation
npm install bpk-component-paragraph --save-dev
Usage
import React from 'react';
import BpkParagraph from 'bpk-component-paragraph';
export default () => (
<BpkParagraph>My paragraph content.</BpkParagraph>
)
Props
| Property | PropType | Required | Default Value | | --------- | -------- | -------- | ------------- | | children | node | true | - | | className | string | false | null |