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.
- 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
To install Flask Tabler, simply run the following command:
pip install flask-tabler
- Import the necessary modules in your Flask application:
from flask import Flask
from flask_tabler import Tabler
app = Flask(__name__)
tabler = Tabler(app)
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for more information.