Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
docs(accordion) added md2-accordion-header feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmeshpipariya committed Nov 11, 2016
1 parent 4169b11 commit 165a82d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/accordion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Accordion it's allow the user to toggle visiblity of the multiple sections.
| `active` | `boolean` | Whether or not the accordion is selected |
| `disabled` | `boolean` | Whether or not the accordion is disabled |

## `<md2-accordion-header>`

### Examples
A accordion would have the following markup.
```html
Expand All @@ -34,5 +36,9 @@ A accordion would have the following markup.
[disabled]="tab.disabled">
{{tab.content}}
</md2-accordion-tab>
<md2-accordion-tab>
<md2-accordion-header>Custom Header</md2-accordion-header>
test content
</md2-accordion-tab>
</md2-accordion>
```

0 comments on commit 165a82d

Please sign in to comment.