@extends('layouts.vertical', ['subtitle' => 'Buttons']) @section('content') @include('layouts.partials/page-title', ['title' => 'Base UI', 'subtitle' => 'Buttons'])
Use the button classes on an <a>, <button>
or <input> element.
Add .rounded-pill to default button to get rounded corners.
Use a classes .btn-outline-** to quickly create a bordered buttons.
Use a classes .btn-outline-** to quickly create a bordered buttons.
Use a classes .btn-soft-** to quickly create buttons with soft
background.
Use a classes .rounded-pill** with .btn-soft-** to
quickly create a Outline Soft buttons.
Create buttons with minimum width by adding add .width-xs,
.width-sm,
.width-md, .width-lg or .width-xl.
Add .btn-lg, .btn-sm for additional sizes.
Add disabled attribute to buttons.
Icon only Button.
Wrap a series of buttons with .btn in .btn-group.
Create block level buttons by adding class .d-grid to parent div.