shumih / ng-accordion

Angular Accordion Component

Home Page:https://stackblitz.com/edit/github-kdybrh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v# NgAccordion

The library is an angular component for an accordion UI element

Install

To install the package run:

npm i @shumih/ng-accordion

Usage

import NgAccordionModule where you're going to use it

@NgModule({
  imports: [NgAccordionModule]
})
export class AppModule {}

API can be found in the short demo

About

Angular Accordion Component

https://stackblitz.com/edit/github-kdybrh

License:MIT License


Languages

Language:TypeScript 59.5%Language:JavaScript 18.1%Language:HTML 11.2%Language:CSS 11.2%