A list of all the patterns I've discovered, as well as what they do.
An Intent is an imposition of will on the media, shaping it into a vessel awaiting a spark of interaction to awaken it.
By themselves, intents are inert. A button waits for a press, an input for text, a slider for a nudge, and a dropdown for a selection. But once roused, they execute their patterns with the fervor of a cast hex.
Intent Slider (num, num, num, string | text → intent)
Creates a slider from min, max, current values, and a label. The chosen value is pushed to the stack of an executed action.
Intent Section (string | text → intent)
Creates a non-interactive section from a label, acting as a sub heading.
Intent Dropdown (list, string | text → intent)
Creates a dropdown from a list of options and a label. The selected option is pushed to the stack of an executed action.