@logo-software/accordion
TypeScript icon, indicating that this package has built-in type declarations

11.0.0 • Public • Published

Accordion Module

An accordion menu is a vertically stacked list of headers that can be clicked to reveal or hide content associated with them. It is one of many ways you can expose content to users in a progressive manner.

Click here for demo

Installation

All public NPM packages of Logo Software is at https://www.npmjs.com/~logofe. To install Accordion Module:

$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/accordion -s

Just import it to your project of @NgModule import section.

@NgModule({
  imports: [CommonModule, AccordionModule]
})
export class AppModule {
}

Accordion Component

Accordions are useful when you want to toggle between hiding and showing large amount of content. Add the below code to your code stack and give initializer parameters.

app.component.ts

<logo-accordion [items]="items" [start]="0" [iconClasses]=""></logo-accordion>

For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @logo-software/accordion

    Weekly Downloads

    1

    Version

    11.0.0

    License

    See license in LICENSE file

    Unpacked Size

    287 kB

    Total Files

    22

    Last publish

    Collaborators

    • furkan.cetin
    • yusufyilmaz
    • serdarates
    • gamzeyapici
    • srknc
    • dotnet-ankara
    • murat.logo
    • serhan.gurbuz
    • gulnihaleksi