Led
Small LED indicator light with optional pulse animation.
Import
import { Led } from "neoterm-ui";Usage
<Led color="green" pulse /> <Led color="red" /> <Led color="amber" /> <Led color="off" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| color | "green" | "red" | "amber" | "cyan" | "magenta" | "off" | "green" | LED color. |
| pulse | boolean | false | Animated pulse. |