- 
                Notifications
    You must be signed in to change notification settings 
- Fork 156
Toggle Box
        Milko Venkov edited this page Oct 2, 2018 
        ·
        17 revisions
      
    Toggle Box is a toggable container.
- open the Toggle Box.
- interact with it the content in it.
- close it.
- allow the user to open it, interact with it and close it.
- apply animation.
The Toggle Box should provide intuitive defaults which allow end users to:
- Open it.
- Interact with it.
- Close it.
Following the https://material.io/guidelines/components/buttons.html#buttons-dropdown-buttons
- Events
- onOpening
- onOpened
- onClosing
- onClosed
 
- Methods
- open
- close
- toggle
- reposition
 
- Inputs
- collapsed
- id
- closeOnOutsideClick
- IgxToggleAction(target)