Skip to content

Commit 287e771

Browse files
committed
2 parents 7ff52a7 + d994751 commit 287e771

File tree

2 files changed

+13
-222
lines changed

2 files changed

+13
-222
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# A vue.js component to render Adaptive Cards easily
22

33
Using the component allows you to easily render https://adaptivecards.io/ in your vue.js application.
4+
45
For 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+
4849
Either a card template with placeholders or a full card as object or json
4950

50-
__data__
51+
__:data__
52+
5153
When using a template, pass in data for the template as object or json
5254
Read: https://docs.microsoft.com/en-us/adaptive-cards/templating/ for a guide about templating
5355
Also: https://medium.com/@tim.cadenbach/why-templating-for-adaptive-cards-is-a-game-changer-1606de3226ed
5456
might help.
5557

56-
__useTemplating__
58+
__:useTemplating__
59+
5760
When 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+
6069
Will be send for any card with actions whenever an action is used
6170

62-
```
6371

6472
# Future improvements
6573
Upcoming changes:

src/mixin.js

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)