components/status
@fungi.computer/caps / components/status
components/status
Section titled “components/status”Type Aliases
Section titled “Type Aliases”StatusShape
Section titled “StatusShape”StatusShape =
"dot"|"pill"|"bang"
The bead’s target silhouette. Changes morph from its current appearance.
StatusMotion
Section titled “StatusMotion”StatusMotion =
"none"|"pulse"|"bounce"
Continuous activity, independent of the target silhouette.
StatusTone
Section titled “StatusTone”StatusTone =
"neutral"|"primary"|"secondary"|"accent"|"success"|"info"|"warning"|"error"
Semantic colors supplied by the current Stipe theme.
StatusProps
Section titled “StatusProps”StatusProps =
object&Omit<HTMLAttributes<HTMLSpanElement>>,"children">>
Presentation only: the caller maps its state to shape, tone, and motion.
Type Declaration
Section titled “Type Declaration”label?
Section titled “label?”
optionallabel?:ReactNode
shape?
Section titled “shape?”
optionalshape?:StatusShape
motion?
Section titled “motion?”
optionalmotion?:StatusMotion
optionaltone?:StatusTone
Variables
Section titled “Variables”Status
Section titled “Status”
constStatus:ForwardRefExoticComponent<object&Omit<HTMLAttributes<HTMLSpanElement>>,"children"> > &RefAttributes<HTMLSpanElement>>>>
A gooey SVG status bead with automatic, interruptible shape transitions.