Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/domprojects/ci4-breadcrumb
- Owner: domProjects
- License: mit
- Created: 2022-04-24T10:24:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T11:22:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T20:52:49.822Z (3 months ago)
- Topics: breadcrumb, codeigniter, codeigniter-library, codeigniter4, library
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```