Giter VIP home page Giter VIP logo

rakeshtsasi / ngx-shimmer-loading Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ahmedbeheiry/ngx-shimmer-loading

0.0 0.0 0.0 690 KB

Facebook shimmer loading for angular 8+ apps. An easy and simple way to tell your users that there is something loading with fancy UI elements.

Home Page: https://ahmedbeheiry.github.io/ngx-shimmer-loading/

JavaScript 15.72% TypeScript 44.81% HTML 26.41% CSS 13.06%

ngx-shimmer-loading's Introduction

Shimmer Loading for Angular 8+ Apps

Facebook shimmer loading effect for Angular 8+ apps. It's a fancy way to tell your users that there's something loading.

ngx-shimmer-loading is simple and easy to use. It also comes with the two directions

See Demo page.

Table of contents

Features

  • Easy and simple to use.
  • Easy to setup.
  • No Dependencies.
  • Fancy Animations.

Getting started

Step 1: Install ngx-shimmer-loading:

NPM

npm i --save ngx-shimmer-loading

Step 2: Import the NgxShimmerLoadingModule into your module:

import { NgxShimmerLoadingModule } from  'ngx-shimmer-loading';
@NgModule({
  ...
  imports: [ NgxShimmerLoadingModule ],
  ...
})
export class AppModule {}

Step 3: Use the ngx-shimmer-loading component:

<ngx-shimmer-loading></ngx-shimmer-loading>

You can customize it with different inputs - check API for more details.

Example:

<ngx-shimmer-loading [shape]="'square'" [width]="'70px'"></ngx-shimmer-loading>

API

Inputs

Input Type Default Required Description
shape 'circle' OR 'square' OR 'rect' rect no Set shimmer shape.
width string '80%' no Set shimmer width. In case of shape is 'circle' or 'square' use width with px unit.
height string '12px' no Set shimmer height. In case of shape is 'circle' or 'square' shimmer height will equal shimmer width.
borderRadius string '5px' no Set shimmer border radius. In case of shape is 'circle' borderRadius equals '50%'
direction 'ltr' OR 'rtl' 'ltr' no Set shimmer direction.

Custom Styles

If you are not happy with default styles you can easily override them with your styles like that:

.shimmer-loading .ngx-shimmer {
	// Your styles go here...
}

Note that: shimmer effect animation here depends on css linear-gradient property so, if you want to change its color you can edit it or you can unset it and change its background-color value if you don't want the shimmer effect animation.

Contributing

Contributions are welcome. You can start by looking at issues with label Help wanted or creating new Issue with proposal or bug report.

ngx-shimmer-loading's People

Contributors

ahmedbeheiry avatar ahmed-beheiry avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.