Reahl

Reahl is a Python framework to build a web application with Python code only. There is not need to write HTML, CSS or JavaScript [1]. Reahl is using bootstrap.io for most of the UI components [3]. Here are some examples. All samples are in a public repository: https://bitbucket.org/schroedingerdb/reahl-samples/

Navbar

A simple navbar example[2]. It is very similar to the Reahl tutorial: https://www.reahl.org/docs/4.0/tutorial/styling.d.html

The result looks like:

Reahl navbar

The navbar has a responsive layout. On smaller devices a menu pops up.

Reahl navbar with menu

A navbar with links:

The results looks like:

Reahl navbar with links

[1] https://www.reahl.org/
[2] https://www.reahl.org/docs/4.0/web/bootstrap/navbar.d.html
[3] https://www.reahl.org/docs/4.0/web/bootstrap/ui.d.html

Leave a Reply

Your email address will not be published. Required fields are marked *