{"id":13808604,"url":"https://github.com/wadie/ngx-icon-blur","last_synced_at":"2025-04-09T16:42:39.765Z","repository":{"id":40243832,"uuid":"363796939","full_name":"wadie/ngx-icon-blur","owner":"wadie","description":"An Angular component that can be used to create frosted glass effect of icons.","archived":false,"fork":false,"pushed_at":"2023-01-10T12:23:45.000Z","size":1561,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T18:53:06.869Z","etag":null,"topics":["angular","blur","icons","imageblur"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ngx-icon-blur","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wadie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-03T02:26:10.000Z","updated_at":"2024-07-20T18:24:48.000Z","dependencies_parsed_at":"2023-02-08T18:30:34.199Z","dependency_job_id":null,"html_url":"https://github.com/wadie/ngx-icon-blur","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadie%2Fngx-icon-blur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadie%2Fngx-icon-blur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadie%2Fngx-icon-blur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadie%2Fngx-icon-blur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wadie","download_url":"https://codeload.github.com/wadie/ngx-icon-blur/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248069210,"owners_count":21042636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","blur","icons","imageblur"],"created_at":"2024-08-04T01:01:47.235Z","updated_at":"2025-04-09T16:42:39.735Z","avatar_url":"https://github.com/wadie.png","language":"TypeScript","funding_links":[],"categories":["Table of contents"],"sub_categories":["Third Party Components"],"readme":"# ngx-icon-blur [![npm version](http://img.shields.io/npm/v/ngx-icon-blur.svg)](https://npmjs.org/package/ngx-icon-blur) [![StackBlitz](https://img.shields.io/badge/stackblitz-online-orange.svg)](https://stackblitz.com/edit/ngx-icon-blur)\n\n\u003e An Angular component that can be used to create frosted glass effect of icons.\n\n![preview](https://imgur.com/a0P7xon.gif)\n## Available options\n\nOption | Description\n:---:|---\nsrc | A string that represents the src location of your icon\ntype | \"ROUNDED\" or \"SQUARE\" or \"CIRCLE\nsize | A number that represents the size of the icon\npadding | A number that represents the padding of the icon\nname | A string that represents the alt name of your icon\n\n## Install\n\n```bash\n$ npm install ngx-icon-blur --save\n```\n\n## Usage\n\nFrom your Angular `AppModule`:\n\n```typescript\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\n\nimport { AppComponent } from './app.component';\n\n// Import the library\nimport { NgxIconBlurModule } from 'ngx-icon-blur';\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n    NgxIconBlurModule // \u003c-- Add this line\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\nOnce the library is imported, you can use its component in your Angular application:\n\n```xml\n\u003c!-- You can now use NgxIconBlur component in app.component.html --\u003e\n\u003ch1\u003e\n  {{title}}\n\u003c/h1\u003e\n\u003cngx-icon-blur\n    [source]=\"'https://codekeep.io/assets/icon.svg'\"\n    [name]=\"'icon'\"\n    [padding]=\"5\"\n    [size]=\"100\"\n    [type]=\"'ROUNDED'\"\n\u003e\u003c/ngx-icon-blur\u003e\n```\n\n[StackBlitz Demo](https://stackblitz.com/edit/ngx-icon-blur)\n\n## Related\ninspired by [react-icon-blur](https://github.com/JP1016/react-icon-blur)\n\n## License\n\nMIT © [Wadie](https://github.com/wadie)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwadie%2Fngx-icon-blur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwadie%2Fngx-icon-blur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwadie%2Fngx-icon-blur/lists"}