Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/domprojects/ci4-breadcrumb

Indicate the current page’s location within a navigational hierarchy.
https://github.com/domprojects/ci4-breadcrumb

breadcrumb codeigniter codeigniter-library codeigniter4 library

Last synced: about 1 month ago
JSON representation

Indicate the current page’s location within a navigational hierarchy.

Awesome Lists containing this project

README

        

# ci4-breadcrumb
Breadcrumb library for CodeIgniter 4

## Demo
You can see the demo that online at this address: https://demo.domprojects.com/ci-breadcrumb/

![Breadcrumb](https://demo.domprojects.com/ci-breadcrumb/screenshot/screenshot.png)

## Result
### Default style (without style)
```
1. Dashbord
2. Users
3. Add
```

### Bootstrap style
```
Dashbord / Users / Add
```