Metadata-Version: 2.1
Name: streamlit-xui
Version: 0.0.1
Summary: Extended UI components for Streamlit
Home-page: https://github.com/ais-one/favv
Author: Aaron Gong
Author-email: aaronjxz@gmail.com
License: MIT License
Description: # Streamlit XUI
        
        An extended set of UI components for use in streamlit
        
        - st_xui_sidemenu
        - st_xui_placeholder
        
        ## Installation
        
        ```
        pip install streamlit-xui
        ```
        
        ## Usage
        
        Refer to the following files for example usage
        - [placeholder](https://github.com/ais-one/favv/blob/master/streamlit/component-template/streamlit-xui/placeholder/__init__.py)
        - [sidemenu](https://github.com/ais-one/favv/blob/master/streamlit/component-template/streamlit-xui/sidemenu/__init__.py)
        
        
Keywords: streamlit,sidebar,menu,sidemenu,placeholder
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
