UNPKG

@ulu/frontend

Version:

A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules op

20 lines (18 loc) 622 B
<!-- @ulu-demo title: Standard Button Group description: A group of buttons with a standard gap between them. --> <div class="button-group"> <button class="button">Action 1</button> <button class="button">Action 2</button> <button class="button">Action 3</button> </div> <!-- @ulu-demo title: Joined Button Group description: Buttons in this group are visually connected, with rounded corners only on the outer edges. --> <div class="button-group button-group--joined"> <button class="button">Left</button> <button class="button is-active">Middle</button> <button class="button">Right</button> </div>