Skip to content

Latest commit

 

History

History
 
 

bpk-component-paragraph

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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