GitHub

Loading Icon

Loading icons are used as an indicator of an event in progress.

Components

DaffLoadingIconComponent

Deprecated

import { DaffLoadingIconComponent } from '@daffodil/design/loading-icon'

@Component()
class DaffLoadingIconComponent {
  @Input() color: DaffColor
}

Inputs

color
DaffColor
Default
Description

The color of the component.


Modules

DaffLoadingIconModule

Deprecated

import { DaffLoadingIconModule } from '@daffodil/design/loading-icon'

@NgModule()
class DaffLoadingIconModule {}