Render the roster container and filter with lit-html
This is the first commit that makes use of the `ElementView` from Skeletor, which lets us turn views into custom elements.
Showing
... | ... | @@ -65,6 +65,7 @@ |
"devDependencies": { | ||
"@babel/cli": "^7.10.3", | ||
"@babel/core": "^7.10.5", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", | ||
"@babel/plugin-proposal-optional-chaining": "^7.12.1", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
... | ... |
Please register or sign in to comment