bpk-component-panel
Advanced tools
Weekly downloads
Readme
Backpack panel component.
npm install bpk-component-panel --save-dev
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>
);
Property | PropType | Required | Default Value |
---|---|---|---|
children | - | true | - |
padded | bool | false | true |
fullWidth | bool | false | false |
className | string | false | null |
FAQs
Backpack panel component.
The npm package bpk-component-panel receives a total of 556 weekly downloads. As such, bpk-component-panel popularity was classified as not popular.
We found that bpk-component-panel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.