Big Red Button

Type: component | Extends: Button
PROBLEM

SOLUTION

A large, tactilely satisfying momentary pushbutton in red, mounted on a housing that communicates importance. The button is big because whatever it does is important. The color is red because the designer wanted you to know that. It has a satisfying click on actuation that makes the person pressing it feel briefly in control of something, which is the intended experience regardless of what actually happens next. Sometimes sticks in the closed position. When it sticks, whatever the button is responsible for either keeps happening or stops happening depending on which direction the stick went, and in either case nobody near the button is prepared for it. The button does not know it is stuck. The button does not know anything. It is a button. The chaos that follows is not the button's fault and the button has never claimed otherwise. Not to be confused with any other big red button. This is a component. It is a physical object. It ships in a box.

EXTENDS
Inputs
Outputs
  • comp_onoff
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_big_red_button",
    "name": "Big Red Button",
    "type": "component",
    "inputs": [],
    "outputs": [
        "comp_onoff"
    ],
    "passthru": [],
    "children": [],
    "extends": {
        "id": "comp_button",
        "name": "Button",
        "type": "component",
        "inputs": [],
        "outputs": [],
        "passthru": [],
        "children": [],
        "tree": [],
        "extends": null,
        "description": "A button"
    },
    "description": "A large, tactilely satisfying momentary pushbutton in red, mounted on a housing that communicates importance. The button is big because whatever it does is important. The color is red because the designer wanted you to know that. It has a satisfying click on actuation that makes the person pressing it feel briefly in control of something, which is the intended experience regardless of what actually happens next. Sometimes sticks in the closed position. When it sticks, whatever the button is responsible for either keeps happening or stops happening depending on which direction the stick went, and in either case nobody near the button is prepared for it. The button does not know it is stuck. The button does not know anything. It is a button. The chaos that follows is not the button's fault and the button has never claimed otherwise. Not to be confused with any other big red button. This is a component. It is a physical object. It ships in a box.",
    "template": "component"
}