Skip to content

Commit

Permalink
added popular libraries/frameworks dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Sep 9, 2024
1 parent 69c4b75 commit 1fc0595
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified go/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion go/dist/App.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions go/dist/App.min.js.map

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions go/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,7 @@ let d = {
},
'bulm css': {
libraries: [
"https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css"
],
meta: ''
},
'bulma-extensions': {
libraries: [
"https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css",
"https://cdn.jsdelivr.net/npm/[email protected]/css/bulma-extensions.min.css",
"https://cdn.jsdelivr.net/npm/[email protected]/js/bulma-extensions.min.js"
],
Expand Down Expand Up @@ -189,6 +184,12 @@ let d = {
],
meta: ''
},
'dojo': {
libraries: [
"https://cdnjs.cloudflare.com/ajax/libs/dojo/1.17.3/dojo.js"
],
meta: ''
},
'echarts': {
libraries: [
"https://cdnjs.cloudflare.com/ajax/libs/echarts/5.3.3/echarts.min.js"
Expand Down

0 comments on commit 1fc0595

Please sign in to comment.