Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
credcomponents
Advanced tools
```bash npm install credcomponents --save ``` ## Available components to use - Chat - File Upload - Macro Component - Maps - Mega Menu - Tooltip
npm install credcomponents --save
- Chat
- File Upload
- Macro Component
- Maps
- Mega Menu
- Tooltip
- Comma Seprator
- Sticky Scroll
- LoadScript
- Using `LoadScript` utility function you can load external files and can be unloaded using `unloadScript` utility function.
- There are also other utilities to check type of variables, is property are available or not in object, loops, filters.
All the components, directives and utilites are tree shaked, where you will install only specific dependency not others with it.
import {
// Components
FileUpload,
Chat,
Macro,
BubbleMap,
GoogleMap,
LeafletMaps,
LineMap,
yandexMap,
ymapMarker,
...,
// Directives
CommaSeprator,
StickyScroll,
...,
// Utilities
isPrimitive,
isUndef,
isDef,
isTrue,
isFalse,
isPrimitive,
isRefrence,
isPlainArray,
isPlainObject,
isRegExp,
isFunction,
isPromise,
isValidArrayIndex,
toNumber,
...
} from 'credcomponents'
// plugin
// To use Macro component you need to register it globally via plugin
import Vue from 'vue'
import { Macro } from 'credcomponents'
Vue.use(Macro, {
applicationName: "<< Your appname>>", macroJSFileUrl: "<<Your path for macro file, where in custom code get executed>>"
});
webcomponents/credence.min.js
in your html file or load the you load other javascript files.<!doctype html>
<meta charset="utf-8">
<title>credence demo</title>
<script src="https://unpkg.com/vue"></script>
<script src="/credcomponents/webcomponents/credence.min.js"></script>
<credence-file-upload></credence-file-upload>
<credence-macro></credence-macro>
<credence-mega-menu-web-component></credence-mega-menu-web-component>
FAQs
```bash npm install credcomponents --save ``` ## Available components to use - Chat - File Upload - Macro Component - Maps - Mega Menu - Tooltip
The npm package credcomponents receives a total of 1 weekly downloads. As such, credcomponents popularity was classified as not popular.
We found that credcomponents demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.