Button
v0.1.6+
HelixUI v0.1.6 or later required
Buttons enable users to trigger actions on the current page.
Basic Button
Define a basic button by adding the .hxBtn
CSS class to any supported element.
Supported elements are as follows:
<button><a href="..."><input type="button"><input type="reset"><input type="submit">
Button Bar
A button bar is built by placing several buttons within a
<div> element having the .hxButtonBar
CSS class.
Button Set
Deprecated Markup - Basic Button
deprecated as of HelixUI-v0.21.0
release. If needed for backward compatibility, please add the class hxDeprecated to
your Tertiary Button markup.
Deprecated Markup - Button Bar
deprecated as of HelixUI-v0.21.0
release. If needed for backward compatibility, please add the class hxDeprecated to
your Tertiary Button markup.