Skip to content

Commit

Permalink
Add back dom.md
Browse files Browse the repository at this point in the history
Needed for the site index for now.
  • Loading branch information
srujzs committed Feb 12, 2024
1 parent 1b3ca1c commit ab0fc8d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/content/interop/js-interop/dom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: How to interop with DOM APIs
description: How to use package:web to communicate with the browser in Dart.
---

// *Introdcution paragraphs*

## Background concepts

The following sections provide some extra background and information
around the technologies and concepts used in the tutorial.
To skip directly to the tutorial content,
go to [Steps](#steps).

### Topic/concept 1

### Topic/concept..n

## Steps

### Prerequisites

Before you begin, you'll need...
*

### Actionable step 1

Step subsections should be actionalble, like "Build...", "Retrieve...", "Configure...", etc.

### Actionable step...n

## What next?

Point to other tutorials, reference, etc.

0 comments on commit ab0fc8d

Please sign in to comment.