New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@acpaas-ui/ngx-icon

Package Overview
Dependencies
Maintainers
10
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acpaas-ui/ngx-icon

This module renders an icon taken from the Streamline Icons library.

  • 5.0.0
  • npm
  • Socket score

Version published
Weekly downloads
34
decreased by-22.73%
Maintainers
10
Weekly downloads
 
Created
Source

@acpaas-ui/ngx-icon

This module renders an icon taken from the Streamline Icons library.

Usage

import { IconModule } from '@acpaas-ui/ngx-icon';

Documentation

Visit our documentation site for full how-to docs and guidelines

Icon module

API
NameDefault valueDescription
@Input() name: string;''Name of the icon prefixed with ai-. See core branding for all available names.
@Input() ariaLabel: string;''Optional alternative text for the icon.
@Input() className: string;''Optional CSS class to add to the icon.
Example
import { IconModule } from '@acpaas-ui/ngx-icon';

@NgModule({
    imports: [
        IconModule
    ]
});

export class AppModule {};
<aui-icon name="ai-alarm-bell" ariaLabel="This is a bell" className="u-text-primary" style="font-size: 2rem;"></aui-icon>

Contributing

Visit our Contribution Guidelines for more information on how to contribute.

FAQs

Package last updated on 03 Jun 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc