Adaptive Cards

Adaptive Cards are a new way for developers to exchange content in a common and consistent way. Get started today by putting Adaptive Cards into Microsoft Teams, Outlook Actionable Messages, Cortana Skills, or Windows Timeline -- or render cards inside your own apps by using our SDKs.
Dive in
Install and Build
Adaptive Cards are designed to render anywhere that your users are. The following native platform renderers are under development right now.
PS: Latest Build Status is against main branch.
|Platform|Latest Release|Source|Docs|Latest Build Status| |---|---|---|---|---| | JavaScript |
| Source| Docs |
| | .NET |
| Source| Docs |
| | .NET WPF |
| Source| Docs |
| | .NET HTML |
| Source | Docs |
| | Windows UWP |
| Source | Docs |
| | Android |
| Source | Docs |
| iOS |
| Source | Docs |
| | Card Designer |
| Source| Docs |
|
Release schedule
We release the Adaptive Cards products on the third week of each month, assuming there are updates. Please see the table below for the most recent and upcoming release dates.
|Product|Last Release Date|Next Release Date| |---|---|---| |Website|4/4/2024|5/29/2024| |Designer|5/1/2024|6/17/2024| |JavaScript Renderer|5/23/2024|6/17/2024| |JavaScript Renderer Beta|4/9/2023|-| |JavaScript Templating|9/16/2022|6/17/2024| |XAML Renderer|2/2/2024|3/2/2024| |XAML Object Model|2/2/2024|3/2/2024| |WinUI 3 Renderer|2/2/2024|3/2/2024| |WinUI 3 Object Model|2/2/2024|3/2/2024| |C++/WinRT Templating|2/2/2024|3/2/2024| |C#/WinRT Templating|2/2/2024|3/2/2024| |.NET Renderer|12/1/2022|7/17/2023| |.NET Templating|3/7/2023|7/17/2023|
Note: These release dates are subject to change based on availability and active development of each product.
Code format
We require the C++ code inside this project to follow the clang-format. If you change them, please make sure your changed files are formatted correctly.
Make sure clang-format version 12.0.0 and above version is used.
IDE integration
ClangFormat describes a set of tools that are built on top of LibFormat. It can support your workflow in a variety of ways including a standalone tool and editor integrations. For details, refer to https://clang.llvm.org/docs/ClangFormat.html
Format with script
Two scripts are provided to help you format files.
- Windows user only: use FormatSource.ps1. This script use clang-format.exe which is built into Visual Studio by default.
Execute below command in the root folder of the project
PowerShell.exe -ExecutionPolicy Bypass scripts\FormatSource.ps1 -ModifiedOnly $False
If it's the first time to run the script, make sure clang-format version 12.0.0 or above in the output. Otherwise you may need to upgrade Visual Studio or use your own clang-format binaries.
[clang-format] Version is: clang-format version 12.0.0
- Both Windows and MAC users: Use clang-format npmjs package
Execute below command in source/nodejs
npm run format
Make sure npm install is run before.
Use Git pre-commit hook
git pre-commit hook is an optional process. When you run
git commit, it will automatically do the format check and auto fix the format if error detected.
First make sure clang-format binary is installed in your dev enviroment. Then modify scripts/hooks/pre-commit to make sure clangFormat is point to the correct path. And finally setup the git hook.
Two ways to setup the hook:
- Copy
scripts/hooks/pre-commit to .git/hooks git config --local core.hooksPath scripts/hooks
End User License Agreement for our binary packages
Consumption of the AdaptiveCards binary packages are subject to the Microsoft EULA (End User License Agreement). Please see the relevant terms as listed below:
NOTE: All of the source code, itself, made available in this repo as well as our NPM packages, continue to be governed by the open source
MIT license.
Community SDKs
The following SDKs are lovingly maintained by the Adaptive Cards community. Their contributions are sincerely appreciated! ๐
|Platform|Install|Repo|Maintainer| |---|---|---|---| | ReactNative |
| GitHub | BigThinkCode | | Pic2Card | | GitHub | BigThinkCode | | Vue.js |
| GitHub| Tim Cadenbach
Contribute
There are many ways to contribute to Adaptive Cards.
This project has adopted the
Microsoft Open Source Code of Conduct. For more information see the
Code of Conduct FAQ or contact
opencode@microsoft.com with any additional questions or comments.
Supported Features
|Feature|Schema Version|Platform|Parsing|Rendering|
|---|---|---|:---:|:---:|
|Action.OpenUrl|v1.0|All| :white
checkmark: | :white
checkmark:|
|Action.ShowCard|v1.0|All| :white
checkmark: | :white
checkmark:|
|Action.Submit|v1.0|All| :white
checkmark: | :white
checkmark:|
|Column|v1.0|All| :white
checkmark: | :white
checkmark:|
|ColumnSet|v1.0|All| :white
checkmark: | :white
checkmark:|
|Container|v1.0|All| :white
checkmark: | :white
checkmark:|
|Fact|v1.0|All| :white
checkmark: | :white
checkmark:|
|FactSet|v1.0|All| :white
checkmark: | :white
checkmark:|
|Image|v1.0|All| :white
checkmark: | :white
checkmark:|
|ImageSet|v1.0|All| :white
checkmark: | :white
checkmark:|
|Input.ChoiceSet|v1.0|All| :white
checkmark: | :white
checkmark:|
|Input.Date|v1.0|All| :white
checkmark: | :white
checkmark:|
|Input.Number|v1.0|All| :white
checkmark: | :white
checkmark:|
|Input.Text|v1.0|All| :white
checkmark: | :white
checkmark:|
|Input.Time|v1.0|All| :white
checkmark: | :white
checkmark:|
|Input.Toggle|v1.0|All| :white
checkmark: | :white
checkmark:|
|SelectAction|v1.0|All| :white
checkmark: | :white
checkmark:|
|TextBlock|v1.0|All| :white
checkmark: | :white
checkmark:|
|Explicit Image Dimension|v1.1|All| :white
checkmark: | :white
checkmark:|
|Background Color|v1.1|All| :white
checkmark: | :white
checkmark:|
|Vertical Content Alignment|v1.1|All| :white
checkmark: | :white
checkmark:|
|Action Icon|v1.1|All| :white
checkmark: | :white
checkmark:|
|Action Style|v1.2|All| :white
checkmark: | :white
checkmark:|
|Toggle Visibility|v1.2|All| :white
checkmark: | :white
checkmark:|
|ActionSet|v1.2|All| :white
checkmark: | :white
checkmark:|
|Fallback|v1.2|All| :white
checkmark: | :white
checkmark:|
|Container BackgroundImage|v1.2|All| :white
checkmark: | :white
checkmark:|
|Container MinHeight|v1.2|All| :white
checkmark: | :white
checkmark:|
|Container Bleed|v1.2|All| :white
checkmark: | :white
checkmark:|
|Container Style|v1.2|All| :white
checkmark: | :white
checkmark:|
|Image Data Uri|v1.2|All| :white
checkmark: | :white
checkmark:|
|Action Icon Data Uri|v1.2|All| :white
checkmark: | :white
checkmark:|
|Input.Text Inline Action|v1.2|All| :white
checkmark: | :white
checkmark:|
|TextBlock FontType|v1.2|All| :white
checkmark: | :white
checkmark:|
|RichTextBlock|v1.2|All| :white
checkmark: | :white
checkmark:|
|Input Label|v1.3|All| :white
checkmark: | :white
checkmark:|
|Input ErrorMessage|v1.3|All| :white
checkmark: | :white
checkmark:|
|AssociatedInputs|v1.3|All| :white
checkmark: | :white
checkmark:|
|RichTextBlock UnderLine|v1.3|All| :white
checkmark: | :white
checkmark:|
|Action.Refresh|v1.4|All| :white
checkmark: | :white
checkmark:|
|AdaptiveCard Authentication|v1.4|All| :white
checkmark: | :white
checkmark:|
|Action.Execute|v1.4|All| :white
checkmark: | :white
checkmark:|
|Action IsEnabled|v1.5|JS| :white
checkmark: | :white
checkmark:|
|Action IsEnabled|v1.5|iOS| :white
checkmark: | :white
checkmark:|
|Action IsEnabled|v1.5|Android| :white
checkmark: | :white
checkmark:|
|Action IsEnabled|v1.5|XAML| :white
checkmark: | :white
checkmark:|
|Action IsEnabled|v1.5|.NET| :white
checkmark: | :x:|
|Action Mode|v1.5|JS| :white
checkmark: | :white
checkmark:|
|Action Mode|v1.5|iOS| :white
checkmark: | :white
checkmark:|
|Action Mode|v1.5|Android| :white
checkmark: | :white
checkmark:|
|Action Mode|v1.5|XAML| :white
checkmark: | :white
checkmark:|
|Action Mode|v1.5|.NET| :white
checkmark: | :x:|
|Action/SelectAction ToolTip|v1.5|JS| :white
checkmark: | :white
checkmark:|
|Action/SelectAction ToolTip|v1.5|iOS| :white
checkmark: | :white
checkmark:|
|Action/SelectAction ToolTip|v1.5|Android| :white
checkmark: | :white
checkmark:|
|Action/SelectAction ToolTip|v1.5|XAML| :white
checkmark: | :white
checkmark:|
|Action/SelectAction ToolTip|v1.5|.NET| :white
checkmark: | :x:|
|Input.ChoiceSet Filtered Style |v1.5|JS| :white
checkmark: | :white
checkmark:|
|Input.ChoiceSet Filtered Style |v1.5|iOS| :white
checkmark: | :white
checkmark:|
|Input.ChoiceSet Filtered Style |v1.5|Android| :white
checkmark: | :white
checkmark:|
|Input.ChoiceSet Filtered Style |v1.5|XAML| :white
checkmark: | :white
checkmark:|
|Input.ChoiceSet Filtered Style |v1.5|.NET| :white
checkmark: | :x:|
|Input.Text Password Style |v1.5|JS| :white
checkmark: | :white
checkmark:|
|Input.Text Password Style |v1.5|iOS| :white
checkmark: | :white
checkmark:|
|Input.Text Password Style |v1.5|Android| :white
checkmark: | :white
checkmark:|
|Input.Text Password Style |v1.5|XAML| :white
checkmark: | :white
checkmark:|
|Input.Text Password Style |v1.5|.NET| :white
checkmark: | :x:|
|TextBlock Heading Style|v1.5|JS| :white
checkmark: | :white
checkmark:|
|TextBlock Heading Style|v1.5|iOS| :white
checkmark: | :white
checkmark:|
|TextBlock Heading Style|v1.5|Android| :white
checkmark: | :white
checkmark:|
|TextBlock Heading Style|v1.5|XAML| :white
checkmark: | :white
checkmark:|
|TextBlock Heading Style|v1.5|.NET| :white
checkmark: | :x:|
|RTL |v1.5|JS| :white
checkmark: | :white
checkmark:|
|RTL |v1.5|iOS| :white
checkmark: | :white
checkmark:|
|RTL |v1.5|Android| :white
checkmark: | :white
checkmark:|
|RTL |v1.5|XAML| :white
checkmark: | :white
checkmark:|
|RTL |v1.5|.NET| :white
checkmark: | :x:|
|Table |v1.5|JS| :white
checkmark: | :white
checkmark:|
|Table |v1.5|iOS| :white
checkmark: | :white
checkmark:|
|Table |v1.5|Android| :white
checkmark: | :white
checkmark:|
|Table |v1.5|XAML| :white
checkmark: | :white
checkmark:|
|Table |v1.5|.NET| :white
checkmark: | :x:|
|Carousel|v1.6|JS| :white
checkmark: | :white
checkmark:|
|Carousel|v1.6|iOS| :x: | :x:|
|Carousel|v1.6|Android| :x: | :x:|
|Carousel|v1.6|XAML| :x: | :x:|
|Carousel|v1.6|.NET| :x: | :x:|
|ImageSet Stacked Presentation Style|v1.6|JS| :white
checkmark: | :white
checkmark:|
|ImageSet Stacked Presentation Style|v1.6|iOS| :x: | :x:|
|ImageSet Stacked Presentation Style|v1.6|Android| :x: | :x:|
|ImageSet Stacked Presentation Style|v1.6|XAML| :x: | :x:|
|ImageSet Stacked Presentation Style|v1.6|.NET| :x: | :x:|
|Dynamic Type Ahead Search|v1.6|JS| :x: | :x:|
|Dynamic Type Ahead Search|v1.6|iOS| :white
checkmark: | :x:|
|Dynamic Type Ahead Search|v1.6|Android| :white
checkmark: | :x:|
|Dynamic Type Ahead Search|v1.6|XAML| :x: | :x:|
|Dynamic Type Ahead Search|v1.6|.NET| :x: | :x:|
|Label Position|v1.6|JS| :x: | :x:|
|Label Position|v1.6|iOS| :x: | :x:|
|Label Position|v1.6|Android| :x: | :x:|
|Label Position|v1.6|XAML| :x: | :x:|
|Label Position|v1.6|.NET| :x: | :x:|
|Inline Editable Input Style|v1.6|JS| :x: | :x:|
|Inline Editable Input Style|v1.6|iOS| :x: | :x:|
|Inline Editable Input Style|v1.6|Android| :x: | :x:|
|Inline Editable Input Style|v1.6|XAML| :x: | :x:|
|Inline Editable Input Style|v1.6|.NET| :x: | :x:|