Skip to content

An simple extension that includes Semantic UI in your Flask project.

License

Notifications You must be signed in to change notification settings

technikamateur/flask-semanticui

Repository files navigation

Flask-Semantic-UI

Build status

Build Status

About

This simple extension adds Semantic UI support to your Flask project. It has currently no support for WTForms. This will come in a later version. But you can use all semantic UI features, like icons, animations, ... You name it.

Based on Semantic UI v2.4.1.

How to use

Your __init__.py file should be something like this:

from flask_semanticui import SemanticUI

...

def create_app():
    app = Flask(__name__)
    SemanticUI(app)

...

You can also take a look at the sample.py. Maybe it will help, but I think it's pretty easy.

License

This work is licensed under GPLv3. See LICENSE.txt for details.

About

An simple extension that includes Semantic UI in your Flask project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published