@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') Navs @endslot @endcomponent @endsectionNavigation available in Bootstrap share general markup and styles, from the base .nav class to the active and disabled states.
Takes the basic nav from above and adds the .nav-tabs class to generate a tabbed interface.
For equal-width elements, use .nav-justified.
Takes the basic nav from above and adds the .nav-pills class to generate a tabbed interface.
Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.
Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.