Metadata-Version: 2.1
Name: streamlit-chip-tags
Version: 0.0.3
Summary: Streamlit component that allows you to do create tags
Home-page: 
Author: 
Author-email: 
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 create tags

## Installation instructions

```sh
pip install streamlit-chip-tags
```

## Usage instructions

```python
import streamlit as st

from chip_tag_component import chips_tags

value = chips_tags()

```
