Skip to content

lab132/flask-tabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Tabler

Flask Tabler is a lightweight Flask extension that provides a simple integration with the Tabler CSS framework. It allows you to easily create beautiful and responsive web applications using Flask.

Features

  • Seamless integration with Flask
  • Responsive and mobile-friendly design
  • Pre-built UI components and templates
  • Customizable styles and themes
  • Easy-to-use routing and navigation
  • Built-in support for forms and validation

Installation

To install Flask Tabler, simply run the following command:

pip install flask-tabler

Usage

  1. Import the necessary modules in your Flask application:
from flask import Flask
from flask_tabler import Tabler

app = Flask(__name__)
tabler = Tabler(app)

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on the GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

Integration of tabler.io into flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published