nylas-form-card
Overview
The nylas-form-card
component is a card that can be used to display a form. It is a simple wrapper around a card with a header and content area.
Version | 1.1.4 |
Install (React) | npm install @nylas/react |
Import (React) | import { NylasFormCard } from '@nylas/react'; |
Import (CDN) | <script type="module">
import { defineCustomElement } from "https://cdn.jsdelivr.net/npm/@nylas/web-elements@latest/dist/cdn/nylas-form-card/nylas-form-card.es.js";
defineCustomElement();
</script> |
Shadow Parts
Part | Description |
---|---|
"nfc" | |
"nfc__header" |
Graph
Built with StencilJS