Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - wadie/ngx-icon-blur: An Angular component that can be used to create frosted glass effect of icons.
An Angular component that can be used to create frosted glass effect of icons. - wadie/ngx-icon-blur
Visit SiteGitHub - wadie/ngx-icon-blur: An Angular component that can be used to create frosted glass effect of icons.
An Angular component that can be used to create frosted glass effect of icons. - wadie/ngx-icon-blur
Powered by 0x5a.live 💗
ngx-icon-blur
An Angular component that can be used to create frosted glass effect of icons.
Available options
Option | Description |
---|---|
src | A string that represents the src location of your icon |
type | "ROUNDED" or "SQUARE" or "CIRCLE |
size | A number that represents the size of the icon |
padding | A number that represents the padding of the icon |
name | A string that represents the alt name of your icon |
Install
$ npm install ngx-icon-blur --save
Usage
From your Angular AppModule
:
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
// Import the library
import { NgxIconBlurModule } from 'ngx-icon-blur';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
NgxIconBlurModule // <-- Add this line
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Once the library is imported, you can use its component in your Angular application:
<!-- You can now use NgxIconBlur component in app.component.html -->
<h1>
{{title}}
</h1>
<ngx-icon-blur
[source]="'https://codekeep.io/assets/icon.svg'"
[name]="'icon'"
[padding]="5"
[size]="100"
[type]="'ROUNDED'"
></ngx-icon-blur>
Related
inspired by react-icon-blur
License
MIT © Wadie
Angular Resources
are all listed below.
Learn how to build apps with modern reactive and declarative code
resource
~/modernangular.com
resource
Ultimate Angular™ - Learn Everything You Need To Master Angular
resource
~/ultimatecourses.com
resource
angular | Software Development » Web Development » Javascript | Gumroad
resource
~/gumroad.com
resource
GitHub - Jaspero/ng-slider: A light slider with no external dependencies
resource
~/github.com
resource
AG Grid: High-Performance React Grid, Angular Grid, JavaScript Grid
resource
~/www.ag-grid.com
resource
GitHub - fundsaccess/angular-iban: IBAN directives and pipes for Angular
resource
~/github.com
resource
GitHub - ngneat/reactive-forms: (Angular Reactive) Forms with Benefits 😉
resource
~/github.com
resource
GitHub - iamguid/ngx-mf: Bind your model types to angular FormGroup type
resource
~/github.com
resource
Made with ❤️
to provide different kinds of informations and resources.