Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@paraboly/pwc-multi-filter
Advanced tools
A wrapper over pwc-tabview and pwc-filter. Provides means of dynamically managing multiple filters via a single component.
<script
type="module"
src="https://unpkg.com/@paraboly/pwc-multi-filter@latest/dist/pwc-multi-filter/pwc-multi-filter.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/@paraboly/pwc-multi-filter@latest/dist/pwc-multi-filter/pwc-multi-filter.js"
></script>
npm install @paraboly/pwc-multi-filter --save
<script src='node_modules/@paraboly/pwc-multi-filter/dist/pwc-multi-filter.js'></script>
in the head of your index.htmlnpm install @paraboly/pwc-multi-filter --save
import @paraboly/pwc-multi-filter;
This is just an example from pwc-animated-checkbox, you need to change it!
<pwc-animated-checkbox></pwc-animated-checkbox>
This is just an example from pwc-animated-checkbox, you need to change it!
// Multiple Checkboxes
const pwcCheckboxes = document.querySelectorAll("pwc-animated-checkbox");
pwcCheckboxes.forEach(element => {
element.addEventListener("checkedEvent", event => {
console.log("Event: ", event.detail);
});
})
// Selects the first checkbox
const pwcCheckbox = document.querySelector("pwc-animated-checkbox");
pwcCheckbox.addEventListener("checkedEvent", event => {
console.log("First Element Event: ", event.detail);
Author, author@work_email.com | author@personal_email.com
WebComponent PWC README Boilerplate is available under the MIT license.
See the LICENSE file for more info.
FAQs
A wrapper over pwc-tabview and pwc-filter. Provides means of dynamically managing multiple filters via a single component.
We found that @paraboly/pwc-multi-filter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.