Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://gitlab.com/nexendrie/book-component

Simple book component with list of chapters/pages and links to previous and next chapter/page
https://gitlab.com/nexendrie/book-component

book component nette php simple

Last synced: 3 months ago
JSON representation

Simple book component with list of chapters/pages and links to previous and next chapter/page

Awesome Lists containing this project

README

        

Book Component
==============

[![Total Downloads](https://poser.pugx.org/nexendrie/book-component/downloads)](https://packagist.org/packages/nexendrie/book-component) [![Latest Stable Version](https://poser.pugx.org/nexendrie/book-component/v/stable)](https://gitlab.com/nexendrie/book-component/-/releases) [![Build Status](https://gitlab.com/nexendrie/book-component/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.com/nexendrie/book-component/-/commits/master) [![Code Coverage](https://gitlab.com/nexendrie/book-component/badges/master/coverage.svg)](https://gitlab.com/nexendrie/book-component/-/commits/master) [![License](https://poser.pugx.org/nexendrie/book-component/license)](https://gitlab.com/nexendrie/book-component/blob/master/LICENSE.md)

This package will help you create a book in Nette Framework. It has a list of chapters/pages with links to the chapters/pages, from each chapter/page you can also jump to previous and next one.

Installation
------------
The best way to install it is via Composer. Just add **nexendrie/book-component** to your dependencies.

Documentation
-------------
See: https://nexendrie.gitlab.io/book-component .