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

@axa-ch/accordeon

Package Overview
Dependencies
Maintainers
64
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axa-ch/accordeon

The accordeon component for the AXA Pattern Library

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
64
Weekly downloads
 
Created
Source

Accordeon

An accordion UI element hides a text or other piece of information by default and can reveal them if requested by user gesture.

Properties

disabled

Boolean attribute disabled disables the accordeon (default: false). Users can not open or close the accordeon anymore. However, it is still possible to programmatically open the accordion by way of the open attribute.

open

Boolean attribute open opens the accordeon when set to a truthy value (default: false). This is a second way to open the accordeon besides clicking on it. This can be useful when you use the disabled attribute.

small

Boolean attribute small controls a smaller version of the accordeon (default: false).

title

String-valued title sets the title of the accordeon.

icon

String-valued icon sets the additional icon of the accordeon according to a valid <svg>...</svg> value. Leave unset if no icon is required.

FAQs

Package last updated on 23 Jun 2022

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