Socket
Socket
Sign inDemoInstall

bpk-component-panel

Package Overview
Dependencies
3
Maintainers
6
Versions
419
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpk-component-panel

Backpack panel component.


Version published
Maintainers
6
Weekly downloads
14
increased by180%

Weekly downloads

Readme

Source

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

PropertyPropTypeRequiredDefault Value
children-true-
paddedboolfalsetrue
fullWidthboolfalsefalse
classNamestringfalsenull

FAQs

Last updated on 30 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc