Skip to content

Commit 2c71374

Browse files
Merge pull request #1633 from joelfmrodrigues/feature/update-docs-webinar-demo
Formatted doc file
2 parents 04f3e60 + 1a29588 commit 2c71374

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/documentation/docs/controls/AdaptiveCardDesignerHost.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ Here is an example of the control in action inside a Web Part:
3030
* Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../../#getting-started) page for more information about installing the dependency.
3131

3232
* In your component file, import the `AdaptiveCardDesignerHost` control as follows:
33+
3334
```Typescript
3435
import { AdaptiveCardDesignerHost, HostContainer, BindingPreviewMode, Versions } from "@pnp/spfx-controls-react/lib/AdaptiveCardDesignerHost";
3536
```
3637

3738
- Example on use the `AdaptiveCardDesignerHost` control with only required properties:
39+
3840
```Typescript
3941
<AdaptiveCardDesignerHost
4042
headerText="Adaptive Card Designer"
@@ -45,6 +47,7 @@ import { AdaptiveCardDesignerHost, HostContainer, BindingPreviewMode, Versions }
4547
```
4648

4749
- Example on use the `AdaptiveCardDesignerHost` control with all properties:
50+
4851
```Typescript
4952
<AdaptiveCardDesignerHost
5053
headerText="Adaptive Card Designer"
@@ -72,6 +75,7 @@ import { AdaptiveCardDesignerHost, HostContainer, BindingPreviewMode, Versions }
7275
snippets={snippets}
7376
/>
7477
```
78+
7579
## Implementation
7680

7781
The `AdaptiveCardDesignerHost` control can be configured with the following properties:

0 commit comments

Comments
 (0)