Skip to content

azovtsev/FeathersAccordion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FeathersAccordion

An accordion component for Feathers.

Requirements :

I think it should works with Starling 1.3 and Feathers 1.1.1

The code below is a basic example :

var item:TogglePanel = new TogglePanel();

var accordion:Accordion = new Accordion();
accordion.add(item);

addChild(accordion);

An example more complete is available here : https://github.com/manuelodelain/FeathersAccordion/tree/master/examples/simpleAccordion

About

An accordion component for Feathers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ActionScript 100.0%