Skip to content

Commit

Permalink
feat: Added leftIcon & rightIcon (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez authored Oct 4, 2021
1 parent a588c28 commit 41c3774
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/components/button.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
},
"onPressed": {
"$ref": "defs/listener.schema.json"
},
"leftIcon": {
"$ref": "defs/icon.schema.json"
},
"rightIcon": {
"$ref": "defs/icon.schema.json"
}
},
"required": [
Expand Down

0 comments on commit 41c3774

Please sign in to comment.