Skip to content

Latest commit

 

History

History
 
 

bpk-component-panel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

bpk-component-panel

Backpack panel component.

Installation

npm install bpk-component-panel --save-dev

Usage

import React from 'react';
import BpkPanel from 'bpk-component-panel';

export default () => (
  <BpkPanel>
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean
    commodo ligula eget dolor. Aenean massa. Cum sociis natoque
    penatibus et magnis dis parturient montes, nascetur ridiculus mus.
  </BpkPanel>
);

Props

Property PropType Required Default Value
children - true -
padded bool false true
fullWidth bool false false
className string false null