
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@fylgja/input-group
Advanced tools
The Fylgja Input Group component allows you to group inputs and buttons together to create more intuitive form controls.
This component is ideal for building various UI elements such as search bars, button groups, or rating systems using radio buttons.
You can install Fylgja Input Group via npm or other Node-based package managers like pnpm or bun:
npm install @fylgja/input-group
Alternatively, you can use it directly via a CDN:
<link href="https://cdn.jsdelivr.net/npm/@fylgja/input-group/index.min.css" rel="stylesheet">
Once installed, you can import the full package with:
@import "@fylgja/input-group";
Alternatively, if you only need specific parts, you can import them individually:
| Import Path | Description |
|---|---|
@fylgja/input-group/base | Contains to core of the Input Group |
@fylgja/input-group/merge | Contains the --merge modifier class |
@fylgja/input-group/steps | Contains the --steps modifier class |
--mergeThe --merge modifier merges all borders between elements in an input group, making them appear as a unified component.
--stepsThe --steps modifier adds stepping functionality, mainly used with radio buttons or checkbox groups to create a range-like input.
FAQs
The Fylgja input-group component
We found that @fylgja/input-group demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.