Socket
Book a DemoInstallSign in
Socket

react-accordion-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-accordion-dropdown

A react accordion component which allows a single or multiple accordions to be open

1.0.0
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

React Accordion demo

Build Status Coverage Status

Implementation Guide

1. Installation

npm install --save react-accordion

2. Import Accordion and AccordionPanel and styles to your component.
import {Accordion, AccordionPanel, styles} from 'react-accordion';
3. Add the Accordion and AccordionPanel component to your component (see available props below).
<Accordion accordionId="demo1" arrow="left">
    <AccordionPanel header={Header} content={Content}/>
    <AccordionPanel header={Header} content={Content}/>
</Accordion>

Props

Accordion

PropertyDescriptionDefaultType
accordionIdUnique identifier for the accordion (required)-String
arrowHide close button or notleftString oneOf('left',right','none')

AccordionPanel

PropertyDescriptionDefaultType
headerComponent or HTML for the accordion trigger-React Element or String
contentComponent or HTML for the accordion content-React Element or String

FAQs

Package last updated on 18 Jul 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.