Button

-

Buttons

Buttons are a convenient tool when it comes to more traditional actions. To that end, Foundation includes a lot of easy to use button styles that you can customize or override to fit your needs.

Styles, Sizes & Options

Foundation buttons have a number of parameters and styles — you can see a few examples below. The out of the box classes include size, type (color) and style (square, slightly rounded, and completely rounded).

  • Button classes can also be applied to button elements, as well as input type="submit" elements.

    Regular Button »

  •  <!-- Sizes --> <a class="tiny button" href="#">Tiny</a> <a class="small button" href="#">Small</a> <a class="button" href="#">Medium</a> <a class="large button" href="#">Large</a> <!-- Types --> <a class="button" href="#">Normal</a> <a class="secondary button" href="#">Secondary</a> <a class="success button" href="#">Success</a> <a class="alert button" href="#">Alert</a> <!-- Styles --> <a class="button" href="#">Square</a> <a class="radius button" href="#">Radius</a> <a class="round button" href="#">Round</a> <!-- Inputs and Submits --> <button class="button">Form Button</button> <input type="submit" class="button" value="Input Submit Button" /> 

Button Groups

When you need a group of actions, button groups give you some easy-to-use options.
  • Button Group – Radius

    A button group is simply a ul.button-group in which each li contains a button. You can attach a button style, such as radius or rounded, to the entire group, and Foundation will apply the style to the first and last buttons in the group.

    Even Button Groups

    If you want a button group to fill a grid column with evenly sized actions, you can simply add two classes to the group: .even and either .two-up, .three-up, .four-up, or .five-up.

    Button Bars

    A button bar is a group of button groups (I N C E P T I O N), perfect for situations where you want groups of actions that are all related to a similar element or page. Simply wrap two or more button groups in a div.button-bar and Foundation takes care of the rest.

    Buttons within groups or bars can also be individually set to a particular type (color) or size. Obviously if you create a button bar with different sized buttons the visual presentation may suffer a bit, but we wanted these to be very flexible.

  •  <!-- Basic Button Groups --> <ul class="button-group radius">   <li><a href="#" class="button radius">Button 1</a></li>   <li><a href="#" class="button radius">Button 2</a></li>   <li><a href="#" class="button radius">Button 3</a></li> </ul> <!-- Even Button Groups --> <ul class="button-group even three-up">   <li><a href="#" class="button">Button 1</a></li>   <li><a href="#" class="button">Button 2</a></li>   <li><a href="#" class="button">Button 3</a></li> </ul> <!-- Button Bar --> <div class="button-bar">   <ul class="button-group">     <li><a href="#" class="button">Button 1</a></li>     <li><a href="#" class="button">Button 2</a></li>     <li><a href="#" class="button">Button 3</a></li>   </ul>   <ul class="button-group">     <li><a href="#" class="button">Button 1</a></li>     <li><a href="#" class="button">Button 2</a></li>     <li><a href="#" class="button">Button 3</a></li>   </ul> </div> 

Dropdown Buttons

Foundation 3 includes two types of dropdown buttons: buttons which create a dropdown when you click them and buttons which have a dropdown when you click specifically on the down-arrow part of the button (a split button).
  • These are useful when an action has several possible outcomes to select from, or when there are secondary choices you can make in lieu of a primary action. Dropdown buttons use the same classes as any other button, but a different structure. If you need your dropdown to go up, simple add a class of .up to .button.dropdown.

  •  <div href="#" class="large button dropdown">   Dropdown Button   <ul>     <li><a href="#">Dropdown Item</a></li>     <li><a href="#">Another Dropdown Item</a></li>     <li class="divider"></li>     <li><a href="#">Last Item</a></li>   </ul> </div> 

Split Button

Split buttons in turn use similar classes, and a different structure than regular or dropdown buttons. They require an affordance for the clickable area that engages the dropdown and for the normal button action. We use a <span> for this affordance.

  •  <div href="#" class="large alert button split dropdown">   <a href="#">Split Button</a>     <span></span>   <ul>     <li><a href="#">Dropdown Item</a></li>     <li><a href="#">Another Dropdown Item</a></li>     <li class="divider"></li>     <li><a href="#">Last Item</a></li>   </ul> </div> <!--   Notice that in a split button, the <span> is the dropdown   affordance and the main anchor is the primary button action. --> 

Get your Forms in Formation

Forms can be a pain in the ass to build, but they dont have to be. Using our grid, you can build really complex form layouts in no time at all!

Learn about our forms »

Artículo anterior
Artículo siguiente

ULTIMAS NOTICIAS

El aparcamiento de Luna-Tudescos se transformará en un ‘hub’ multimodal y tendrá reservas para residentes por primera vez

La Junta de Gobierno del Ayuntamiento de Madrid ha autorizado hoy el contrato de concesión de servicios para la adecuación y explotación del aparcamiento subterráneo Luna-Tudescos, en el distrito...

Supernova, La gran fábula del capital y Jero Romero despedirán el año en Condeduque

El Centro de Cultura Contemporánea Condeduque, del Área de Cultura, Turismo y Deporte, despedirá el año con el festival Supernova de danza y performance (del 14 al 17 de...

La Montaña de los Gatos del Retiro acogerá esta Navidad un gran belén circular y una exposición con nacimientos procedentes de todo el...

Una de las sorpresas de la programación navideña diseñada por el Ayuntamiento de Madrid para este año estará ubicada en la Montaña de los Gatos, el tesoro histórico del...

Encendido de Navidad, cuentacuentos inclusivo, taller de arte navideño en familia y mucha cultura para este fin de semana en Galapagar

La agenda del fin de semana del 1, 2 y 3 de diciembre iniciará este viernes con el tradicional encendido de Navidad, que tendrá lugar a las 19:00 horas...

Más contenededores para la recogida de papel y cartón en Valdemorillo

El Ayuntamiento da un nuevo paso para la mejora del servicio de limpieza del municipio, haciendo ya efectivo, a través de la concejalía de Seguridad, Medio Ambiente y Mantenimiento...

Galapagar inaugura la calle de La Inclusión

Galapagar toma la delantera y sigue dando pasos para promover la inclusión en todos los ámbitos de la localidad. En esta ocasión, la nueva iniciativa persigue dar una mayor...
Esta web utiliza cookies propias y de terceros para su correcto funcionamiento y para fines analíticos y para mostrarte publicidad relacionada con sus preferencias en base a un perfil elaborado a partir de tus hábitos de navegación. Al hacer clic en el botón Aceptar, acepta el uso de estas tecnologías y el procesamiento de tus datos para estos propósitos.
Privacidad