Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

adaptivecards-react

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaptivecards-react

React.js Adaptive Cards Javascript library for HTML Clients

Source
npmnpm
Version
1.0.0-beta.2
Version published
Weekly downloads
3.5K
16.91%
Maintainers
1
Weekly downloads
 
Created
Source

React.js Adaptive Cards component

Install and import the module

Node

npm install react adaptivecards-react --save
// Import the module:
import * as AdaptiveCard from "adaptivecards-react";

// OR require it:
var AdaptiveCard = require("adaptivecards-react");

Usage

Basic usage:

<AdaptiveCard
    payload={card}
/>

Non-interactible:

<AdaptiveCardView
    payload={card}
    style={{ pointerEvents: 'none' }}
/>

Keywords

adaptivecards

FAQs

Package last updated on 25 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts