Loading icons are used as an indicator of an event in progress.
import { DaffLoadingIconComponent } from '@daffodil/design/loading-icon'
@Component()
class DaffLoadingIconComponent {
@Input() color: DaffColor
}
DaffColor| Default | – |
|---|---|
| Description | The color of the component. |
import { DaffLoadingIconModule } from '@daffodil/design/loading-icon'
@NgModule()
class DaffLoadingIconModule {}