Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 532 Bytes

File metadata and controls

27 lines (19 loc) · 532 Bytes

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