-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from jcwillox/master
Update info.md
- Loading branch information
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
<img src="https://github.com/jcwillox/button-entity-row/blob/master/examples/example-gif.gif?raw=true" width="400px"> | ||
<img src="https://github.com/jcwillox/button-entity-row/blob/master/examples/example-1.png?raw=true" width="400px"> | ||
<img src="https://github.com/jcwillox/button-entity-row/blob/master/examples/example-3.png?raw=true" width="400px"> | ||
{% if installed and version_installed.replace("v", "").replace(".","") | int <= 20 %} | ||
## Breaking changes after v0.2.0 | ||
* Removed depreciated `icon_color` attribute. | ||
* Resource must now be defined using `type: module` instead of `js` | ||
{% endif %} | ||
## Images | ||
<img src="https://github.com/custom-cards/button-entity-row/blob/master/examples/example-5.gif?raw=true" width="400px"> | ||
<img src="https://github.com/custom-cards/button-entity-row/blob/master/examples/example-gif.gif?raw=true" width="400px"> | ||
<img src="https://github.com/custom-cards/button-entity-row/blob/master/examples/example-1.png?raw=true" width="400px"> | ||
<img src="https://github.com/custom-cards/button-entity-row/blob/master/examples/example-3.png?raw=true" width="400px"> | ||
|
||
## Features | ||
* Create icon, text, or icon-text buttons. | ||
* Add css styling to each button. | ||
* Call custom service when the button is clicked. | ||
* Create multiple rows of buttons. | ||
* Supports styling on/off state for entities. |