Skip to content

Commit

Permalink
Merge pull request #176 from beenotung/patch-1
Browse files Browse the repository at this point in the history
docs: update native js example to import from cdn instead of non-existing js folder
  • Loading branch information
justin-schroeder authored Nov 2, 2023
2 parents 9e024f1 + 30fc22d commit 8e4626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/intro/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
</ul>

<script type="module">
import autoAnimate from './js/autoAnimate.js'
import autoAnimate from 'https://cdn.jsdelivr.net/npm/@formkit/auto-animate'
autoAnimate(document.getElementById('myList'))
</script>

1 comment on commit 8e4626a

@vercel
Copy link

@vercel vercel bot commented on 8e4626a Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.