Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@assecosolutions/fox-accordion
Advanced tools
This webcomponent is made by 🦊🧙.
npm i @assecosolutions/fox-accordion
<script type="module">
import '@assecosolutions/fox-accordion';
import '@assecosolutions/fox-list';
</script>
<div style="position: relative;">
<fox-button id="button" raised label="Open Menu"></fox-button>
<fox-accordion id="menu">
<fox-list-item>Item 0</fox-list-item>
<fox-list-item>Item 1</fox-list-item>
<fox-list-item>Item 2</fox-list-item>
<fox-list-item>Item 3</fox-list-item>
</fox-accordion>
</div>
<script type="module">
// anchor must share a parent with menu that is `position: relative`
menu.anchor = button;
button.addEventListener('click', function (e) {
menu.open = true;
// alternatively you can use menu.show();
});
</script>
This component is wrapped around fox-accordion
Official documentation
Demo
Please, also check the documentations about the API and our client
If you would like to contribute please make sure that you have read our development guidelines.
Burak Topal (@biggisb) | Jari Möllenbernd (@jarmee) | Julia Nissen (@JuliaNssn) |
FAQs
This webcomponent is made by 🦊🧙.
The npm package @assecosolutions/fox-accordion receives a total of 4 weekly downloads. As such, @assecosolutions/fox-accordion popularity was classified as not popular.
We found that @assecosolutions/fox-accordion demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.