{"id":17004929,"url":"https://github.com/adisreyaj/angular-shimmer-effect","last_synced_at":"2025-03-17T09:31:06.710Z","repository":{"id":38460518,"uuid":"205700652","full_name":"adisreyaj/angular-shimmer-effect","owner":"adisreyaj","description":"A shimmer effect package for Angular Applications","archived":false,"fork":false,"pushed_at":"2023-03-01T20:36:06.000Z","size":9072,"stargazers_count":21,"open_issues_count":27,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T22:10:24.263Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://angular-shimmer-effect.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adisreyaj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-01T16:07:32.000Z","updated_at":"2024-01-01T14:54:10.000Z","dependencies_parsed_at":"2024-06-19T05:31:52.499Z","dependency_job_id":"16fb475d-1894-4213-95fc-a59cec365f2f","html_url":"https://github.com/adisreyaj/angular-shimmer-effect","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fangular-shimmer-effect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fangular-shimmer-effect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fangular-shimmer-effect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fangular-shimmer-effect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adisreyaj","download_url":"https://codeload.github.com/adisreyaj/angular-shimmer-effect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858929,"owners_count":20359260,"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":[],"created_at":"2024-10-14T04:44:49.928Z","updated_at":"2025-03-17T09:31:05.257Z","avatar_url":"https://github.com/adisreyaj.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eNG Shimmer - Content Placeholder\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Angular-11-red?style=for-the-badge\u0026logo=angular\" alt=\"angular\"\u003e\n  \u003ca href=\"https://github.com/adisreyaj/angular-shimmer-effect/blob/master/LICENSE.md\"\u003e\n    \u003cimg alt=\"License: Apache License 2.0\" src=\"https://img.shields.io/badge/License-Apache License 2.0-yellow.svg?style=for-the-badge\u0026logo=apache\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/AdiSreyaj\"\u003e\n    \u003cimg alt=\"Twitter: Adithya Sreyaj\" src=\"https://img.shields.io/twitter/follow/AdiSreyaj.svg?style=for-the-badge\u0026logo=twitter\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Shimmer Animation for Angular Applications\n\n![Angular Remix Icon](https://raw.githubusercontent.com/adisreyaj/angular-shimmer-effect/master/assets/ng-shimmer.png)\n\nSimple and easy to user Shimmer Animation placeholder for your Angular applications. An application should be having a good User Experience inorder to succeed. Smaller things like adding a shimmer animation to let the users know that something is being loaded is a great way to improve the application's UX.\n\n![User Ratings Card](https://raw.githubusercontent.com/adisreyaj/angular-shimmer-effect/master/assets/ss-1.gif)\n\n![Profile Card](https://raw.githubusercontent.com/adisreyaj/angular-shimmer-effect/master/assets/ss-2.gif)\n\n## Features\n\n- Simple and Easy to Setup\n- Ease to use\n- CSS based super light\n- Zero Dependencies\n- Customizable\n\n## How to Use the Component\n\n#### Install the package using the command:\n\n```\nnpm i @sreyaj/ng-shimmer\n```\n\n#### Import the StarRatingModule into your module\n\n```ts\nimport { ShimmerModule } from '@sreyaj/ng-shimmer';\n@NgModule({\n  ...\n  imports: [ShimmerModule],\n  ...\n})\nexport class AppModule {}\n```\n\n#### Now you can use the component inside your application\n\n```html\n\u003cshimmer\u003e\u003c/shimmer\u003e\n```\n\n#### You can now customize it with the following attributes\n\nEg with few options:\n\n```html\n\u003cshimmer [width]=\"'100px'\" [type]=\"'circle'\"\u003e\u003c/shimmer\u003e\n```\n\n## Customizations\n\n| Feature               | Description                                                         | Attribute | Type                           | Default |\n| --------------------- | ------------------------------------------------------------------- | --------- | ------------------------------ | ------- |\n| Type Of Shimmer       | You can change the appearance of the shimmer                        | type      | 'line' or 'circle' or 'square' | 'line   |\n| Width of the Shimmer  | Shimmer width can be customized according to your need              | width     | string                         | '100%'  |\n| Height of the Shimmer | Shimmer height can be customized according to your need             | height    | string                         | '12px'  |\n| Animation Duration    | Shimmer animation duration can be customized according to your need | duration  | string                         | '1s'    |\n| Rounded               | Shimmer corners can be rounded of for 'line' or 'square' type       | rounded   | boolean                        | false   |\n\nFeel free to open Issues and Pull Requests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadisreyaj%2Fangular-shimmer-effect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadisreyaj%2Fangular-shimmer-effect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadisreyaj%2Fangular-shimmer-effect/lists"}