
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
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>
credcomponents
.npm install @credenceanalytics/file-upload --save
npm install @credenceanalytics/macro-component --save
// plugin
// To use Macro component you need to register it globally via plugin
import Vue from 'vue'
import { Macro } from '@credenceanalytics/macro-component'
Vue.use(Macro, {
applicationName: "<< Your appname>>", macroJSFileUrl: "<<Your path for macro file, where in custom code get executed>>"
});
import { FileUpload } from "@credenceanalytics/file-upload";
import SearchBar from "@credenceanalytics/search-bar"
FAQs
```bash npm install credcomponents --save ``` ## Available components to use - Chat - File Upload - Macro Component - Maps - Mega Menu - Tooltip
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
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.