Metadata-Version: 2.4
Name: streamlit-framework-multilit
Version: 0.7.5
Summary: Components and Frameworks to give new features to streamlit
Home-page: https://github.com/quiradev/streamlit-plugins
Author: Victor Quilon Ranera
Author-email: v.quilonr@gmail.com
License: MIT
Keywords: streamlit,plugins,framework,multipage,multilit
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: streamlit>=1.36.0
Provides-Extra: navbar
Requires-Dist: streamlit-component-navbar~=0.7.0; extra == "navbar"
Provides-Extra: loader
Requires-Dist: streamlit-component-loader~=0.7.0; extra == "loader"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Multilit (Inherit from Hydralit)
This is a fork of [Hydralit](https://github.com/TangleSpace/hydralit).

In this version, I update all the code to be compatible with the last version of streamlit.
And it improves the interface to be more user-friendly. Also, it respects the strealit active theme and can be override by the user.
In a future is planned to incorporate the new multipage native of streamlit. Instead of the current implementation.

Can use built-in buttons to change the page, or use a function to change the page programmatically.
![Change Page with button](https://raw.githubusercontent.com/quiradev/streamlit-plugins/main/resources/demo2.gif)

You can install extra components to work with multilit framework.
```bash
pip install streamlit-framework-multilit[navbar,loader]
```
