btnlg
btnlg is a token used in user interface design and software development to denote a large button variant. It labels a button style that is larger in dimensions and often more visually prominent than a base button. The term is not tied to a single framework and appears in various codebases and design systems. In many projects it is written as btnlg, btn-lg, or ButtonLarge, with the exact form depending on naming conventions and tooling.
In design systems, btnlg usually signals increases in width or height, larger typography, and a fuller hit
Implementation often maps btnlg to a set of CSS properties that raise the button's visual weight: larger
When using btnlg, designers consider contrast, focus visibility, and responsive behavior. Large buttons should remain comfortably
See also: Button (UI), Bootstrap, CSS, Design system, Component token.