New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

imagineeasy-ng-accordion

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagineeasy-ng-accordion

Simple accordion directive for use in Angular apps

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-25%
Maintainers
6
Weekly downloads
 
Created
Source

ng-accordion

Simple accordion directive for use in Angular apps.

Usage

<div class="myFirstAccordion"
	 ng-accordion
	 toggler-selector=".toggler"
	 section-selector=".section"
	 active-class="active"
	 one-at-a-time="false"
	 init-open-section=".two">
	<div class="section zero">
		<div class="toggler">Toggle!</div>
		<div class="content">Zero Content!</div>
	<div>
	<div class="section one">
		<div class="toggler">Toggle!</div>
		<div class="content">One Content!</div>
	<div>
	<div class="section two">
		<div class="toggler">Toggle!</div>
		<div class="content">Two Content!</div>
	<div>
	<div class="section three">
		<div class="toggler">Toggle!</div>
		<div class="content">Three Content!</div>
	<div>
</div>

Options

toggler-selector: the selector for the toggle button. (Default .ng-accordion-toggler)

section-selector: the selector the sections. (Default .ng-accordion-section)

active-class: Name of the active class. (Default ng-accordion-active)

one-at-a-time: Set to false if you don't want the sections to open one at a time. (No Default)

init-open-section: Selector for inital section(s) to have open. (No Default)

Keywords

FAQs

Package last updated on 08 Jun 2016

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