Metadata-Version: 2.1
Name: st_discord_nav
Version: 2.1.0
Summary: Streamlit component that allows you to do navigation in your Streamlit app inspired by Discord.
Home-page: 
Author: Jorge Gil
Author-email: jorgegil9706@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: devel
License-File: LICENSE

# streamlit-custom-component

Streamlit component that allows you to do X

## Installation instructions

```sh
pip install st_discord_nav
```

## Usage instructions

```python
import streamlit as st

from st_discord_nav import st_discord_nav

page = st_discord_nav()

```
