list.js
list.js copied to clipboard
examples don't work
The examples hosted on the website seem to work fine, but those that link directly to codepen do not. List.js isn't being loaded before the codepen script, so the examples don't work. I've tried fixing this in two ways, but it didn't work (1. codepen has a place to link scripts that will be fetched ahead of time. 2. can also load npm packages, with an import at the top of the script)