Skip to content

Commit

Permalink
Merge pull request #194 from diegolucasb/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
italomarcel committed Jan 28, 2019
2 parents 05a7dce + 251a0e0 commit 7d05c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sling-web-component-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install sling-web-component-button
|color|String|**normal**|:heavy_check_mark:|
|disabled|Boolean|**false**|:heavy_check_mark:|
|size|String|**normal**|:heavy_check_mark:|
|Type|String|**normal**|:heavy_check_mark:|
|Layout|String|**normal**|:heavy_check_mark:|

### Description
|Name|Description|
Expand All @@ -34,7 +34,7 @@ npm install sling-web-component-button
|color|A pre-configured value for styling of button, can be `normal`, `primary`,` secondary`, `success`,` danger`, `warning`,` info`, `clear`.|
|disabled|Disables the button, preventing the user from clicking and changing their style to dimmed|
|size|A pre-configured value for size of button, can be `normal`, `small` or ` big`.|
|type|A pre-configured value for size of button, can be `normal`, `outline` or `text`.|
|layout|A pre-configured value for the button's layout, can be `normal`, `outline` or `text`.|

## Events
* **click**
Expand Down

0 comments on commit 7d05c63

Please sign in to comment.