@extends('layouts.master') @section('title')Unikit @endsection @section('body-start')
@endsection @section('content') @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') UI Kit @endslot @slot('title') Lists @endslot @endcomponent @endsectionList groups are a flexible and powerful component for displaying a series of content.
Add .active to a .list-group-item to indicate the current active selection.
Uses <a> or <button>s to create actionable list group itemswith hover and active states by adding .list-group-item-action.
Add .list-group-flush to remove some borders and rounded corners.
Add .list-group-horizontal to change the layout of list group items from vertical
Add badges to any list group item to show unread counts, activity.
Use contextual classes to style list items with a stateful background and color.