Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bpk-component-accordion

Package Overview
Dependencies
Maintainers
3
Versions
484
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpk-component-accordion

Backpack accordion component.

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by50%
Maintainers
3
Weekly downloads
 
Created
Source

bpk-component-accordion

Backpack accordion component.

Installation

npm install bpk-component-accordion --save

Usage

import React from 'react';
import { BpkAccordionContainer, BpkAccordionItem } from 'bpk-component-accordion';

export default () => (
  <BpkAccordionContainer>
    <BpkAccordionItem id="stops" title="Stops">
      My stops content.
    </BpkAccordionItem>
    <BpkAccordionItem id="departure-times" title="Departure times">
      My departure times content.
    </BpkAccordionItem>
    <BpkAccordionItem id="journey-duration" title="Journey duration">
      My journey duration content.
    </BpkAccordionItem>
  </BpkAccordionContainer>
)

Props

BpkAccordionContainer
PropertyPropTypeRequiredDefault Value
allowMultipleboolfalsefalse
BpkAccordion
PropertyPropTypeRequiredDefault Value
childrennodetrue-
classNamestringfalsenull
BpkAccordionItem
PropertyPropTypeRequiredDefault Value
idstringtrue-
titlestringtrue-
childrennodetrue-
expandedboolfalsefalse
onClickfuncfalse() => null

FAQs

Package last updated on 30 Mar 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc