Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.08 KB

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.