Skip to content

Commit 396fe5b

Browse files
Feat/detect vulk (#71)
1 parent 62207d8 commit 396fe5b

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ To support a new Vue framework, please look at [detectors/frameworks.json](detec
5151
- [PrimeVue](https://www.primefaces.org/primevue/showcase)
5252
- [iView](http://iview.talkingdata.com)
5353
- [Vue Material](https://www.creative-tim.com/vuematerial)
54+
- [Vulk](https://vulk.cssninja.io)
5455

5556
To support a new UI library, please look at [detectors/uis.json](detectors/uis.json).
5657

detectors/uis.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,18 @@
157157
],
158158
"js": "[...document.querySelectorAll('*')].map((el) => el.__vue__?.$material).filter(Boolean).length"
159159
}
160+
},
161+
"vulk": {
162+
"metas": {
163+
"slug": "vulk",
164+
"name": "Culk",
165+
"imgPath": "/ui/vulk.svg",
166+
"url": "https://vulk.cssninja.io"
167+
},
168+
"detectors": {
169+
"js": "[...document.querySelectorAll('*')].map((el) => el.__vue_app__?._context?.provides?.vulk).filter(Boolean).length"
170+
}
160171
}
161172
}
173+
174+

icons/ui/vulk.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)