A beacon is a small indicator that draws visual attention to a specific location or element.
import { DaffBeaconComponent } from '@daffodil/design/beacon'
DaffBeaconComponent is a small indicator that draws visual attention to a specific location or element.
@Component()
class DaffBeaconComponent {
speed: InputSignal<DaffBeaconSpeed> = 'normal'
@Input() color: DaffColor
@Input() status: DaffStatus
@Input() size: DaffButtonSize
}
InputSignal<DaffBeaconSpeed>| Default | 'normal' |
|---|---|
| Description | How fast the beacon pulses. |
DaffColor| Default | – |
|---|---|
| Description | The color of the component. |
DaffStatus| Default | – |
|---|---|
| Description | Sets the status on a component. |
DaffButtonSize| Default | – |
|---|---|
| Description | The size of the component. |