Metadata-Version: 2.1
Name: streamlit-dimensions
Version: 0.0.1
Summary: A simple component that returns the dimensions of the container where it is rendered.
Home-page: https://github.com/avsolatorio/streamlit-dimensions
Author: Aivin V. Solatorio
Author-email: avsolatorio@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Streamlit - Dimensions

A simple streamlit component that returns the dimensions of the container where it is rendered.
This may be used to format other components that require the dimensions of the container.

## Limitations

Current version only provides the width of the container in pixels.

## Installation
```shell script
pip install streamlit-dimensions
```


