Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
flexi-button
Advanced tools
A highly customizable button component for Angular v19.x
Install the package using npm
npm i flexi-button
Create a button with text
<flexi-button btnColor="primary" btnText="Print" btnSize="medium">
You can use any icon from Google Material Symbols.
<flexi-button btnIcon="print" btnColor="primary" title="Print" flexiToolTip btnSize="medium">
Combine text and an icon in the same button
<flexi-button btnIcon="print" btnColor="primary" btnText="Print" btnSize="medium">
Make the button corners rounded
<flexi-button btnIcon="print" btnColor="primary" btnText="Print" btnSize="medium" [btnRounded]="true">
Display a loading spinner instead of the button's content
<flexi-button btnColor="primary" btnSize="medium" [loading]="true">
Input Name | Type | Description |
---|---|---|
btnColor | string | Button color. Available values: light , primary , success , danger , warning , info , dark , indigo , purple , pink , teal , yellow , secondary , black , white . |
title | string | Text displayed on the button as a tooltip instead of btnText . |
btnText | string | Text displayed on the button (use title for tooltip functionality instead). |
btnIcon | string | Icon name from Google Material Symbols. |
btnSize | string | Button size (e.g., small , medium , large ). |
btnRounded | boolean | Whether the button should have rounded corners. |
flexiToolTip | string | Tooltip text displayed when hovering over the button. |
loading | boolean | Displays a loading spinner if set to true . |
FAQs
A highly customizable button component for Angular v19.x
The npm package flexi-button receives a total of 695 weekly downloads. As such, flexi-button popularity was classified as not popular.
We found that flexi-button 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.