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
npm install
npm run serve
npm run build
npm run lint
1. Mega Menu.
To Use mega menu include `./webcomponents\credence.min.js` in your html file and add this custom tag in your html file
`<credence-mega-menu-web-component></credence-mega-menu-web-component>`.
e.g:
```html
<script src="https://unpkg.com/vue"></script>
<script src="./credence.js"></script>
<credence-mega-menu-web-component id="mega-menu"></credence-mega-menu-web-component>
```
- To pass mega menu details use below code
<script>
var megamenu = document.querySelector("credence-mega-menu-web-component");
megamenu.vueComponent.menuList = [];
<!-- where menuList can be a promise which return a array or array -->
</script>
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.