[ADF-1549] Added docs for Login, Search, Social and Tag (#2355)

This commit is contained in:
Andy Stark
2017-09-20 14:59:45 +01:00
committed by Eugenio Romano
parent 77e75757a6
commit 526ef72ed2
19 changed files with 515 additions and 48 deletions

33
docs/like.component.md Normal file
View File

@@ -0,0 +1,33 @@
# ADF Like component
![Custom columns](../docassets/images/social1.png)
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage
```html
<adf-like [nodeId]="nodeId"></adf-like>
```
### Properties
| Attribute | Type | Default | Description |
| --- | --- | --- | --- |
| nodeId | string | | The identifier of a node.|
### Events
| Name | Description |
| --- | --- |
| changeVote | Raised when vote gets changed |