Skip to content

Commit

Permalink
define for script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Feb 11, 2025
1 parent aea81e8 commit a84a532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/pages/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "drab/dialog/define";
Alternatively, add a script tag to your HTML that imports the immediately invoked function expression (IIFE) module to avoid naming conflicts. Each element will be named `drab-{element}`.

```html
<script type="module" src="https://esm.run/drab@__VERSION__"></script>
<script type="module" src="https://esm.run/drab@__VERSION__/define"></script>
```

## Styling
Expand Down

0 comments on commit a84a532

Please sign in to comment.