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.
@acpaas-ui/ngx-avatar
Advanced tools
This module renders a picture, an icon or a letter in the form of an avatar.
This module renders a picture, an icon or a letter in the form of an avatar.
import { AvatarModule } from '@acpaas-ui/ngx-avatar';
Visit our documentation site for full how-to docs and guidelines
Name | Default value | Description |
---|---|---|
@Input() className: string; | '' | A custom classname to add to the avatar. |
@Input() icon: string; | - | CSS class for rendering a Streamline icon. |
@Input() image: string; | - | URL to image src, renders an image. |
@Input() rounded: boolean; | false | renders the avatar in a round container |
@Input() letter: string; | - | Renders a string (letter). |
@Input() size: sizes; | sizes.R | The size of the avatar. This can be sizes.R ) (regular, default, sizes.S (small), sizes.M (medium) or sizes.L (large) |
@Input() title: string; | '' | The title for the avatar. |
import { AvatarModule } from '@acpaas-ui/ngx-avatar';
@NgModule({
imports: [
AvatarModule
]
});
export class AppModule {};
<aui-avatar image="https://robohash.org/antwerp-ui" title="My image"></aui-avatar>
<aui-avatar icon="ai-alarm-bell" size="L" title="An alarm bell icon"></aui-avatar>
<aui-avatar letter="T" title="The letter T" size="S"></aui-avatar>
Visit our Contribution Guidelines for more information on how to contribute.
FAQs
This module renders a picture, an icon or a letter in the form of an avatar.
The npm package @acpaas-ui/ngx-avatar receives a total of 18 weekly downloads. As such, @acpaas-ui/ngx-avatar popularity was classified as not popular.
We found that @acpaas-ui/ngx-avatar 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.