tschug / lwc-adaptive-cards

Example and source code of using Adaptive cards with Lightning Web Components (LWC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo of using Adaptive Card in LWC

Initial Setup

  1. Create scratch org

  2. Push source code using command

    sfdx force:source:push

  3. Assign permission set adaptivecard so that user can have access to Adaptive Card Tab

    command - sfdx force:user:permset:assign --permsetname adaptivecard --targetusername <alias>

About

Example and source code of using Adaptive cards with Lightning Web Components (LWC)


Languages

Language:JavaScript 99.9%Language:HTML 0.1%Language:Shell 0.0%