@extends('layouts/contentLayoutMaster') @section('title', 'Buttons') @section('content') {{-- Filled Buttons start --}}

Filled

Bootstrap includes six predefined button styles, each serving its own semantic purpose.

{{-- basic buttons --}}
{{-- Filled Buttons end --}} {{-- Outline Buttons start --}}

Border

Use a class .btn-outline-{color} to quickly create a outline button.

{{-- Outline buttons --}}
{{-- Outline Buttons end --}} {{-- Flat Buttons start --}}

Flat

Use .btn-flat-{color} to create a flat button

{{-- Flat Buttons end --}} {{-- Gradient Buttons Start --}}

Gradient

use bg-gradient-{color} create gradient buttons

{{-- basic buttons --}}
{{-- Gradient Buttons End --}} {{-- Relief Buttons start --}}

Relief

Use .btn-relief-{color} to create a relief button

{{-- Relief Buttons end --}} {{-- Square Buttons start --}}

Square buttons

Use a class .square with outline button class to create square outline button.

{{-- Square buttons --}}
{{-- Square Buttons end --}} {{-- Round Buttons start --}}

Round buttons

Use a class .round with outline button class to create round outline button.

{{-- Round buttons --}}
{{-- Round Buttons end --}} {{-- Text Color Buttons start --}}

Text Color

You can change the font color of buttons, using .text-{color}

{{-- text color buttons --}}
{{-- Text Color Buttons end --}} {{-- Basic Button Icon start --}}

Icon

{{-- Buttons with Icon --}}
{{-- Basic Button Icon end --}} {{-- Icon Buttons start --}}

Icon Only

You can use .btn-icon. you can create a rounded button by using .rounded-circle with .btn-icon. You can only use .btn-icon when you only want icon in your button

{{-- Icon Buttons end --}} {{-- Basic Button group start --}}

Basic Button group

Group a series of buttons together on a single line with the button group. Wrap a series of buttons with .btn in .btn-group.

{{-- button group --}}
{{-- Basic Button group end --}} {{-- Sizes start --}}

Sizes

Add .btn-lg or .btn-sm for Fancy larger or smaller buttons size.

{{-- simple sizes --}}

Add .btn-lg or .btn-sm with .btn-outline-* for outline btn in diffrent sizes

{{-- Sizes end --}} {{-- Block level buttons start --}}

Block level buttons

{{-- Block level buttons --}}

Create block level buttons—those that span the full width of a parent—by adding .btn-block.

{{-- Block level buttons with icon --}}
{{-- Block level buttons end --}} {{-- Button tags start --}}

Button tags

{{-- anchor, button tag, input button, input submit Tags --}}

The .btn classes are designed to be used with the <button> element. However, you can also use these classes on <a> or <input> elements.

Link
{{-- Button tags end --}} {{-- Vertical variation start --}}

Vertical variation

Make a set of buttons appear vertically.

{{-- Vertical variation --}}

Vertical variation with different colors

Vertical variation with Outlines

{{-- Vertical variation end --}} @endsection