File tree Expand file tree Collapse file tree 2 files changed +13
-222
lines changed Expand file tree Collapse file tree 2 files changed +13
-222
lines changed Original file line number Diff line number Diff line change 11# A vue.js component to render Adaptive Cards easily
22
33Using the component allows you to easily render https://adaptivecards.io/ in your vue.js application.
4+
45For more information about Adaptive Cards read this: https://docs.microsoft.com/en-us/adaptive-cards
56
67# Installation
@@ -43,23 +44,30 @@ export default {
4344```
4445
4546# Properties
46- ```
47- __card __
47+ __ : card__
48+
4849Either a card template with placeholders or a full card as object or json
4950
50- __data__
51+ __ : data__
52+
5153When using a template, pass in data for the template as object or json
5254Read: https://docs.microsoft.com/en-us/adaptive-cards/templating/ for a guide about templating
5355Also: https://medium.com/@tim.cadenbach/why-templating-for-adaptive-cards-is-a-game-changer-1606de3226ed
5456might help.
5557
56- __useTemplating__
58+ __ : useTemplating__
59+
5760When passing in a template set to true
5861
62+ __ : HostConfig__
63+
64+ Use to overwrite the default host config ->
65+ https://docs.microsoft.com/en-us/adaptive-cards/rendering-cards/host-config
66+
5967__ onActionClicked__
68+
6069Will be send for any card with actions whenever an action is used
6170
62- ```
6371
6472# Future improvements
6573Upcoming changes:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments